Yoast\WP\SEO\Dashboard\Infrastructure\Configuration
Permanently_Dismissed_Site_Kit_Configuration_Repository::__construct()
Constructs the class.
Метод класса: Permanently_Dismissed_Site_Kit_Configuration_Repository{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Permanently_Dismissed_Site_Kit_Configuration_Repository = new Permanently_Dismissed_Site_Kit_Configuration_Repository(); $Permanently_Dismissed_Site_Kit_Configuration_Repository->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Permanently_Dismissed_Site_Kit_Configuration_Repository::__construct() Permanently Dismissed Site Kit Configuration Repository:: construct Yoast 25.1
public function __construct( Options_Helper $options_helper ) { $this->options_helper = $options_helper; }