Yoast\WP\SEO\AI\Content_Planner\Application

Content_Planner_Endpoints_Repository::__constructpublicYoast 1.0

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() Yoast 27.7

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