Yoast\WP\SEO\Generated

Cached_Container::getAbstractPresentationService()protectedYoast 1.0

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() Yoast 22.3

protected function getAbstractPresentationService()
{
    return $this->services['Yoast\\WP\\SEO\\Presentations\\Abstract_Presentation'] = new \Yoast\WP\SEO\Presentations\Abstract_Presentation();
}