Yoast\WP\SEO\Schema_Aggregator\Application\Schema_Map
Schema_Map_Builder::__construct
Schema_Map_Builder constructor.
Метод класса: Schema_Map_Builder{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Schema_Map_Builder = new Schema_Map_Builder(); $Schema_Map_Builder->__construct( $config );
- $config(Config) (обязательный)
- The configuration.
Код Schema_Map_Builder::__construct() Schema Map Builder:: construct Yoast 27.7
public function __construct( Config $config ) {
$this->config = $config;
}