Yoast\WP\SEO\Generated

Cached_Container::getWebinarPromoNotificationService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Alerts\Webinar_Promo_Notification.

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

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

Код Cached_Container::getWebinarPromoNotificationService() Yoast 22.4

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