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