Yoast\WP\SEO\Generated

Cached_Container::getWistiaEmbedPermissionRouteServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Introductions\User_Interface\Wistia_Embed_Permission_Route' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Introductions\User_Interface\Wistia_Embed_Permission_Route.

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

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

Код Cached_Container::getWistiaEmbedPermissionRouteService() Yoast 28.0

protected function getWistiaEmbedPermissionRouteService()
{
    return $this->services['Yoast\\WP\\SEO\\Introductions\\User_Interface\\Wistia_Embed_Permission_Route'] = new \Yoast\WP\SEO\Introductions\User_Interface\Wistia_Embed_Permission_Route(($this->services['Yoast\\WP\\SEO\\Introductions\\Infrastructure\\Wistia_Embed_Permission_Repository'] ?? $this->getWistiaEmbedPermissionRepositoryService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] = new \Yoast\WP\SEO\Helpers\User_Helper())));
}