Yoast\WP\SEO\Dashboard\Infrastructure\Configuration

Site_Kit_Consent_Repository::__construct()publicYoast 1.0

Constructs the class.

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

Хуков нет.

Возвращает

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

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

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

Код Site_Kit_Consent_Repository::__construct() Yoast 25.0

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