Yoast\WP\SEO\Generated

Cached_Container::getGetRequestConditionalService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Conditionals\Get_Request_Conditional' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Conditionals\Get_Request_Conditional.

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

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

Код Cached_Container::getGetRequestConditionalService() Yoast 22.4

protected function getGetRequestConditionalService()
{
    return $this->services['Yoast\\WP\\SEO\\Conditionals\\Get_Request_Conditional'] = new \Yoast\WP\SEO\Conditionals\Get_Request_Conditional();
}