Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map

Elements_Context_Map_Repository::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$Elements_Context_Map_Repository = new Elements_Context_Map_Repository();
$Elements_Context_Map_Repository->__construct( $map_loader );
$map_loader(Map_Loader_Interface) (обязательный)
The map loader strategy.

Код Elements_Context_Map_Repository::__construct() Yoast 28.3

public function __construct( Map_Loader_Interface $map_loader ) {
	$this->map_loader = $map_loader;
}