Yoast\WP\SEO\Generated

Cached_Container::getWincherHelperService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Helpers\Wincher_Helper' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Helpers\Wincher_Helper.

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

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

Код Cached_Container::getWincherHelperService() Yoast 22.4

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