Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Schema_Map

Schema_Map_Indexable_Repository::__constructpublicYoast 1.0

Schema_Map_Indexable_Repository constructor.

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

Хуков нет.

Возвращает

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

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

$Schema_Map_Indexable_Repository = new Schema_Map_Indexable_Repository();
$Schema_Map_Indexable_Repository->__construct( $indexable_repository );
$indexable_repository(Indexable_Repository) (обязательный)
The indexable repository.

Код Schema_Map_Indexable_Repository::__construct() Yoast 27.7

public function __construct( Indexable_Repository $indexable_repository ) {
	$this->indexable_repository = $indexable_repository;
}