Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Elements_Context_Map

Elements_Context_Map_Repository::save_mappublicYoast 1.0

Saves the elements-context map.

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

Хуков нет.

Возвращает

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

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

$Elements_Context_Map_Repository = new Elements_Context_Map_Repository();
$Elements_Context_Map_Repository->save_map( $map ): void;
$map(массив) (обязательный)
.

Код Elements_Context_Map_Repository::save_map() Yoast 27.7

public function save_map( array $map ): void {
	$this->map = $map;
}