Yoast\WP\SEO\Bulk_Editor\Application\Endpoints

Endpoints_Repository::__constructpublicYoast 1.0

Constructs the repository.

Метод класса: Endpoints_Repository{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Endpoints_Repository = new Endpoints_Repository();
$Endpoints_Repository->__construct( Bulk_Editor_Endpoint_Interface ...$endpoints );
Bulk_Editor_Endpoint_Interface ...$endpoints(обязательный)
.

Код Endpoints_Repository::__construct() Yoast 28.3

public function __construct( Bulk_Editor_Endpoint_Interface ...$endpoints ) {
	parent::__construct( ...$endpoints );
}