Yoast\WP\SEO\Schema_Aggregator\Application\Schema_Map

Schema_Map_Xml_Renderer::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$Schema_Map_Xml_Renderer = new Schema_Map_Xml_Renderer();
$Schema_Map_Xml_Renderer->__construct( $config );
$config(Schema_Map_Config) (обязательный)
The schema map configuration.

Код Schema_Map_Xml_Renderer::__construct() Yoast 27.7

public function __construct( Schema_Map_Config $config ) {
	$this->config = $config;
}