Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Schema_Map
Schema_Map_Indexable_Repository::__construct
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() Schema Map Indexable Repository:: construct Yoast 27.7
public function __construct( Indexable_Repository $indexable_repository ) {
$this->indexable_repository = $indexable_repository;
}