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