Yoast\WP\SEO\Dashboard\Infrastructure\Configuration
Site_Kit_Consent_Repository::__construct
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() Site Kit Consent Repository:: construct Yoast 27.3
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}