Yoast\WP\SEO\Generated

Cached_Container::getBustSubscriptionCacheRouteServiceprotectedYoast 1.0

Gets the public 'Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route' shared autowired service.

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

Хуков нет.

Возвращает

\Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route.

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

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

Код Cached_Container::getBustSubscriptionCacheRouteService() Yoast 26.9

protected function getBustSubscriptionCacheRouteService()
{
    return $this->services['Yoast\\WP\\SEO\\AI_Generator\\User_Interface\\Bust_Subscription_Cache_Route'] = new \Yoast\WP\SEO\AI_Generator\User_Interface\Bust_Subscription_Cache_Route(($this->services['WPSEO_Addon_Manager'] ?? $this->getWPSEOAddonManagerService()));
}