Yoast\WP\SEO\Generated

Cached_Container::getGoogleSiteKitFeatureConditionalService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Conditionals\Google_Site_Kit_Feature_Conditional' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Conditionals\Google_Site_Kit_Feature_Conditional.

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

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

Код Cached_Container::getGoogleSiteKitFeatureConditionalService() Yoast 25.1

protected function getGoogleSiteKitFeatureConditionalService()
{
    return $this->services['Yoast\\WP\\SEO\\Conditionals\\Google_Site_Kit_Feature_Conditional'] = new \Yoast\WP\SEO\Conditionals\Google_Site_Kit_Feature_Conditional(${($_ = 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 ?: '_'});
}