Yoast\WP\SEO\Generated

Cached_Container::getAiGeneratorTipNotificationServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Alerts\Ai_Generator_Tip_Notification' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Alerts\Ai_Generator_Tip_Notification.

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

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

Код Cached_Container::getAiGeneratorTipNotificationService() Yoast 26.9

protected function getAiGeneratorTipNotificationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Alerts\\Ai_Generator_Tip_Notification'] = new \Yoast\WP\SEO\Integrations\Alerts\Ai_Generator_Tip_Notification();
}