Yoast\WP\SEO\Task_List\Application\Endpoints

Endpoints_Repository::__constructpublicYoast 1.0

Constructs the repository.

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

Хуков нет.

Возвращает

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

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

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

Код Endpoints_Repository::__construct() Yoast 27.7

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