Yoast\WP\SEO\Generated

Cached_Container::getCronIntegrationService()protectedYoast 1.0

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() Yoast 22.4

protected function getCronIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Cron_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Cron_Integration(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Date_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Date_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\Date_Helper'] = new \Yoast\WP\SEO\Helpers\Date_Helper())) && false ?: '_'});
}