Yoast\WP\SEO\Generated
Cached_Container::getLastCompletedIndexationIntegrationService
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() Cached Container::getLastCompletedIndexationIntegrationService Yoast 26.9
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(($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())));
}