Yoast\WP\SEO\Generated
Cached_Container::getYoastNotificationCenterService() protected Yoast 1.0
Gets the public 'Yoast_Notification_Center' shared service.
{} Это метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast_Notification_Center
. Null. Ничего.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getYoastNotificationCenterService();
Код Cached_Container::getYoastNotificationCenterService() Cached Container::getYoastNotificationCenterService Yoast 16.1.1
protected function getYoastNotificationCenterService()
{
return $this->services['Yoast_Notification_Center'] = \Yoast_Notification_Center::get();
}