Yoast\WP\SEO\Generated

Cached_Container::getMenuBadgeIntegrationService()protectedYoast 1.0

Gets the public 'Yoast\WP\SEO\Integrations\Admin\Menu_Badge_Integration' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\Integrations\Admin\Menu_Badge_Integration.

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

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

Код Cached_Container::getMenuBadgeIntegrationService() Yoast 22.4

protected function getMenuBadgeIntegrationService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Admin\\Menu_Badge_Integration'] = new \Yoast\WP\SEO\Integrations\Admin\Menu_Badge_Integration();
}