Yoast\WP\SEO\Generated

Cached_Container::getWincherService()protectedYoast 1.0

Устарела с версии Yoast\WP\SEO\Integrations\Third_Party\Wincher is deprecated since version 21.6!. Больше не поддерживается и может быть удалена. Рекомендуется заменить эту функцию на аналог.

Gets the public 'Yoast\WP\SEO\Integrations\Third_Party\Wincher' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Third_Party\Wincher.

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

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

Список изменений

Устарела Yoast\WP\SEO\Integrations\Third_Party\Wincher is deprecated since version 21.6!

Код Cached_Container::getWincherService() Yoast 22.4

protected function getWincherService()
{
    @trigger_error('Yoast\\WP\\SEO\\Integrations\\Third_Party\\Wincher is deprecated since version 21.6!', E_USER_DEPRECATED);

    return $this->services['Yoast\\WP\\SEO\\Integrations\\Third_Party\\Wincher'] = new \Yoast\WP\SEO\Integrations\Third_Party\Wincher(${($_ = isset($this->services['Yoast\\WP\\SEO\\Helpers\\Wincher_Helper']) ? $this->services['Yoast\\WP\\SEO\\Helpers\\Wincher_Helper'] : $this->getWincherHelperService()) && false ?: '_'});
}