Yoast\WP\SEO\Schema_Aggregator\Infrastructure

Schema_Aggregator_Watcher::__constructpublicYoast 1.0

Schema_Aggregator_Watcher constructor.

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

Хуков нет.

Возвращает

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

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

$Schema_Aggregator_Watcher = new Schema_Aggregator_Watcher();
$Schema_Aggregator_Watcher->__construct( $options_helper );
$options_helper(Options_Helper) (обязательный)
The options helper.

Код Schema_Aggregator_Watcher::__construct() Yoast 27.7

public function __construct( Options_Helper $options_helper ) {
	$this->options_helper = $options_helper;
}