Yoast\WP\SEO\Generated

Cached_Container::getLastCompletedIndexationIntegrationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Analytics\User_Interface\Last_Completed_Indexation_Integration' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Analytics\User_Interface\Last_Completed_Indexation_Integration.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getLastCompletedIndexationIntegrationService();

Код Cached_Container::getLastCompletedIndexationIntegrationService() Yoast 25.1

protected function getLastCompletedIndexationIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Analytics\\User_Interface\\Last_Completed_Indexation_Integration'] = new \Yoast\WP\SEO\Analytics\User_Interface\Last_Completed_Indexation_Integration(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())) && false ?: '_'});
}