Yoast\WP\SEO\Llms_Txt\User_Interface
Schedule_Population_On_Activation_Integration::__construct
The constructor.
Метод класса: Schedule_Population_On_Activation_Integration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Schedule_Population_On_Activation_Integration = new Schedule_Population_On_Activation_Integration(); $Schedule_Population_On_Activation_Integration->__construct( $scheduler, $options_helper );
- $scheduler(Llms_Txt_Cron_Scheduler) (обязательный)
- The cron scheduler.
- $options_helper(Options_Helper) (обязательный)
- The options helper.
Код Schedule_Population_On_Activation_Integration::__construct() Schedule Population On Activation Integration:: construct Yoast 26.9
public function __construct(
Llms_Txt_Cron_Scheduler $scheduler,
Options_Helper $options_helper
) {
$this->scheduler = $scheduler;
$this->options_helper = $options_helper;
}