Yoast\WP\SEO\Generated

Cached_Container::getFileFailureLlmsTxtNotificationIntegrationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Llms_Txt\User_Interface\File_Failure_Llms_Txt_Notification_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Llms_Txt\User_Interface\File_Failure_Llms_Txt_Notification_Integration.

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

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

Код Cached_Container::getFileFailureLlmsTxtNotificationIntegrationService() Yoast 26.9

protected function getFileFailureLlmsTxtNotificationIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Llms_Txt\\User_Interface\\File_Failure_Llms_Txt_Notification_Integration'] = new \Yoast\WP\SEO\Llms_Txt\User_Interface\File_Failure_Llms_Txt_Notification_Integration(($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())), ($this->services['Yoast_Notification_Center'] ?? $this->getYoastNotificationCenterService()), new \Yoast\WP\SEO\Llms_Txt\Application\File\File_Failure_Notification_Presenter());
}