Yoast\WP\SEO\Generators

Schema_Generator::__construct()publicYoast 1.0

Generator constructor.

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

Хуков нет.

Возвращает

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

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

$Schema_Generator = new Schema_Generator();
$Schema_Generator->__construct(;

Код Schema_Generator::__construct() Yoast 22.3

public function __construct(
	Helpers_Surface $helpers,
	Replace_Vars_Helper $schema_replace_vars_helper
) {
	$this->helpers                    = $helpers;
	$this->schema_replace_vars_helper = $schema_replace_vars_helper;
}