Yoast\WP\SEO\Dashboard\Application\Endpoints
Endpoints_Repository::__construct()
Constructs the repository.
Метод класса: Endpoints_Repository{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Endpoints_Repository = new Endpoints_Repository(); $Endpoints_Repository->__construct( Endpoint_Interface ...$endpoints );
- Endpoint_Interface ...$endpoints (обязательный)
- -
Код Endpoints_Repository::__construct() Endpoints Repository:: construct Yoast 24.3
public function __construct( Endpoint_Interface ...$endpoints ) { $this->endpoints = $endpoints; }