Yoast\WP\SEO\Generated
Cached_Container::getWistiaEmbedPermissionRepositoryService
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() 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())));
}