Yoast\WP\SEO\Generated
Cached_Container::getWincherConditionalService()
Gets the public 'Yoast\WP\SEO\Conditionals\Wincher_Conditional' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Conditionals\Wincher_Conditional
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getWincherConditionalService();
Код Cached_Container::getWincherConditionalService() Cached Container::getWincherConditionalService Yoast 24.6
protected function getWincherConditionalService() { return $this->services['Yoast\\WP\\SEO\\Conditionals\\Wincher_Conditional'] = new \Yoast\WP\SEO\Conditionals\Wincher_Conditional(); }