Yoast\WP\SEO\Generated

Cached_Container::getWincherLoginActionServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Actions\Wincher\Wincher_Login_Action' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Actions\Wincher\Wincher_Login_Action.

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

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

Код Cached_Container::getWincherLoginActionService() Yoast 27.6

protected function getWincherLoginActionService()
{
    return $this->services['Yoast\\WP\\SEO\\Actions\\Wincher\\Wincher_Login_Action'] = new \Yoast\WP\SEO\Actions\Wincher\Wincher_Login_Action(($this->services['Yoast\\WP\\SEO\\Config\\Wincher_Client'] ?? $this->getWincherClientService()), ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] ?? ($this->services['Yoast\\WP\\SEO\\Helpers\\Options_Helper'] = new \Yoast\WP\SEO\Helpers\Options_Helper())));
}