Yoast\WP\SEO\Generated

Cached_Container::getWistiaEmbedPermissionRepositoryService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Introductions\Infrastructure\Wistia_Embed_Permission_Repository' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Introductions\Infrastructure\Wistia_Embed_Permission_Repository.

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

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

Код Cached_Container::getWistiaEmbedPermissionRepositoryService() Yoast 25.1

protected function getWistiaEmbedPermissionRepositoryService()
{
    return $this->services['Yoast\\WP\\SEO\\Introductions\\Infrastructure\\Wistia_Embed_Permission_Repository'] = new \Yoast\WP\SEO\Introductions\Infrastructure\Wistia_Embed_Permission_Repository(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] = new \Yoast\WP\SEO\Helpers\User_Helper())) && false ?: '_'});
}