Yoast\WP\SEO\Editors\Framework

Inclusive_Language_Analysis::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Inclusive_Language_Analysis::__construct() Yoast 24.1

public function __construct(
	Options_Helper $options_helper,
	Language_Helper $language_helper,
	Product_Helper $product_helper
) {
	$this->options_helper  = $options_helper;
	$this->language_helper = $language_helper;
	$this->product_helper  = $product_helper;
}