Yoast\WP\SEO\Generated

Cached_Container::getWistiaEmbedPermissionRepositoryServiceprotectedYoast 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 27.6

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(($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] = new \Yoast\WP\SEO\Helpers\User_Helper())));
}