Yoast\WP\SEO\Generated
Cached_Container::getCronIntegrationService
Gets the public 'Yoast\WP\SEO\Integrations\Admin\Cron_Integration' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Admin\Cron_Integration.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getCronIntegrationService();
Код Cached_Container::getCronIntegrationService() Cached Container::getCronIntegrationService Yoast 28.4
protected function getCronIntegrationService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Cron_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Cron_Integration(($this->services['Yoast\\WP\\SEO\\Helpers\\Date_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Date_Helper'] = new \Yoast\WP\SEO\Helpers\Date_Helper())));
}