Yoast\WP\SEO\Generated

Cached_Container::getPermanentlyDismissedSiteKitConfigurationRepositoryService()protectedYoast 1.0

Gets the private 'Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository.

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

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

Код Cached_Container::getPermanentlyDismissedSiteKitConfigurationRepositoryService() Yoast 25.1

protected function getPermanentlyDismissedSiteKitConfigurationRepositoryService()
{
    return $this->services['Yoast\\WP\\SEO\\Dashboard\\Infrastructure\\Configuration\\Permanently_Dismissed_Site_Kit_Configuration_Repository'] = new \Yoast\WP\SEO\Dashboard\Infrastructure\Configuration\Permanently_Dismissed_Site_Kit_Configuration_Repository(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] : ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())) && false ?: '_'});
}