Yoast\WP\SEO\Generated

Cached_Container::getIntroductionsSeenRepositoryServiceprotectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Introductions\Infrastructure\Introductions_Seen_Repository.

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

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

Код Cached_Container::getIntroductionsSeenRepositoryService() Yoast 26.9

protected function getIntroductionsSeenRepositoryService()
{
    return $this->services['Yoast\\WP\\SEO\\Introductions\\Infrastructure\\Introductions_Seen_Repository'] = new \Yoast\WP\SEO\Introductions\Infrastructure\Introductions_Seen_Repository(($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\User_Helper'] = new \Yoast\WP\SEO\Helpers\User_Helper())));
}