Yoast\WP\SEO\Generated

Cached_Container::getLicensesPageConditionalService()protectedYoast 1.0

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

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Conditionals\Admin\Licenses_Page_Conditional.

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

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

Код Cached_Container::getLicensesPageConditionalService() Yoast 22.3

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