Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Indexable_Repository

WordPress_Query_Repository::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$WordPress_Query_Repository = new WordPress_Query_Repository();
$WordPress_Query_Repository->__construct( $indexable_builder, $indexable_repository );
$indexable_builder(Indexable_Builder) (обязательный)
The indexable builder.
$indexable_repository(Pure_Indexable_Repository) (обязательный)
The indexable repository.

Код WordPress_Query_Repository::__construct() Yoast 27.7

public function __construct( Indexable_Builder $indexable_builder, Pure_Indexable_Repository $indexable_repository ) {
	$this->indexable_builder    = $indexable_builder;
	$this->indexable_repository = $indexable_repository;
}