Yoast\WP\SEO\Generated
Cached_Container::getBlackFridayPromotionNotificationService()
Gets the public 'Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Promotion_Notification' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Promotion_Notification
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getBlackFridayPromotionNotificationService();
Код Cached_Container::getBlackFridayPromotionNotificationService() Cached Container::getBlackFridayPromotionNotificationService Yoast 25.1
protected function getBlackFridayPromotionNotificationService() { return $this->services['Yoast\\WP\\SEO\\Integrations\\Alerts\\Black_Friday_Promotion_Notification'] = new \Yoast\WP\SEO\Integrations\Alerts\Black_Friday_Promotion_Notification(); }