Yoast\WP\SEO\Generated
Cached_Container::getLlmsTxtCronSchedulerService
Gets the private 'Yoast\WP\SEO\Llms_Txt\Application\File\Llms_Txt_Cron_Scheduler' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Llms_Txt\Application\File\Llms_Txt_Cron_Scheduler.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getLlmsTxtCronSchedulerService();
Код Cached_Container::getLlmsTxtCronSchedulerService() Cached Container::getLlmsTxtCronSchedulerService Yoast 27.6
protected function getLlmsTxtCronSchedulerService()
{
return $this->privates['Yoast\\WP\\SEO\\Llms_Txt\\Application\\File\\Llms_Txt_Cron_Scheduler'] = new \Yoast\WP\SEO\Llms_Txt\Application\File\Llms_Txt_Cron_Scheduler(($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())));
}