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