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