Yoast\WP\SEO\Generated

Cached_Container::getWebsiteService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Generators\Schema\Website' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Generators\Schema\Website.

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

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

Код Cached_Container::getWebsiteService() Yoast 22.3

protected function getWebsiteService()
{
    return $this->services['Yoast\\WP\\SEO\\Generators\\Schema\\Website'] = new \Yoast\WP\SEO\Generators\Schema\Website();
}