Yoast\WP\SEO\Generated
Cached_Container::getSEMrushEnabledConditionalService() protected Yoast 1.0
Gets the public 'Yoast\WP\SEO\Conditionals\SEMrush_Enabled_Conditional' shared autowired service.
{} Это метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Conditionals\SEMrush_Enabled_Conditional.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getSEMrushEnabledConditionalService();
Код Cached_Container::getSEMrushEnabledConditionalService() Cached Container::getSEMrushEnabledConditionalService Yoast 15.6.2
protected function getSEMrushEnabledConditionalService()
{
return $this->services['Yoast\\WP\\SEO\\Conditionals\\SEMrush_Enabled_Conditional'] = new \Yoast\WP\SEO\Conditionals\SEMrush_Enabled_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 ?: '_'});
}