Yoast\WP\SEO\Analytics\User_Interface
Last_Completed_Indexation_Integration::__construct
The constructor.
Метод класса: Last_Completed_Indexation_Integration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Last_Completed_Indexation_Integration = new Last_Completed_Indexation_Integration(); $Last_Completed_Indexation_Integration->__construct( $options_helper );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Last_Completed_Indexation_Integration::__construct() Last Completed Indexation Integration:: construct Yoast 28.3
public function __construct( Options_Helper $options_helper ) {
$this->options_helper = $options_helper;
}