Yoast\WP\SEO\AI\Generator\Application

Generator_Endpoints_Repository::__constructpublicYoast 1.0

Constructs the repository.

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

Хуков нет.

Возвращает

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

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

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

Код Generator_Endpoints_Repository::__construct() Yoast 27.7

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