Yoast\WP\SEO\Generated

Cached_Container::getJetpackService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Third_Party\Jetpack.

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

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

Код Cached_Container::getJetpackService() Yoast 22.4

protected function getJetpackService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Third_Party\\Jetpack'] = new \Yoast\WP\SEO\Integrations\Third_Party\Jetpack();
}