Yoast\WP\SEO\Alerts\User_Interface\Default_SEO_Data
Default_SEO_Data_Cron_Callback_Integration::__construct
Constructor.
Метод класса: Default_SEO_Data_Cron_Callback_Integration{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Default_SEO_Data_Cron_Callback_Integration = new Default_SEO_Data_Cron_Callback_Integration(); $Default_SEO_Data_Cron_Callback_Integration->__construct( $options_helper, $scheduler, $indexable_repository );
- $options_helper(Options_Helper) (обязательный)
- The options helper.
- $scheduler(Default_SEO_Data_Cron_Scheduler) (обязательный)
- The scheduler.
- $indexable_repository(Indexable_Repository) (обязательный)
- The indexable repository.
Код Default_SEO_Data_Cron_Callback_Integration::__construct() Default SEO Data Cron Callback Integration:: construct Yoast 27.7
public function __construct(
Options_Helper $options_helper,
Default_SEO_Data_Cron_Scheduler $scheduler,
Indexable_Repository $indexable_repository
) {
$this->options_helper = $options_helper;
$this->scheduler = $scheduler;
$this->indexable_repository = $indexable_repository;
}