Yoast\WP\SEO\Generated

Cached_Container::getBbPressService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Third_Party\BbPress' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Third_Party\BbPress.

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

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

Код Cached_Container::getBbPressService() Yoast 22.4

protected function getBbPressService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Third_Party\\BbPress'] = new \Yoast\WP\SEO\Integrations\Third_Party\BbPress(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())) && false ?: '_'});
}