Yoast\WP\SEO\Generated

Cached_Container::getPremiumInactiveConditionalService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Conditionals\Premium_Inactive_Conditional.

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

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

Код Cached_Container::getPremiumInactiveConditionalService() Yoast 22.4

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