Yoast\WP\SEO\Generated
Cached_Container::getManagerService
Gets the private 'Yoast\WP\SEO\Schema_Aggregator\Application\Cache\Manager' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Schema_Aggregator\Application\Cache\Manager.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getManagerService();
Код Cached_Container::getManagerService() Cached Container::getManagerService Yoast 28.3
protected function getManagerService()
{
return $this->privates['Yoast\\WP\\SEO\\Schema_Aggregator\\Application\\Cache\\Manager'] = new \Yoast\WP\SEO\Schema_Aggregator\Application\Cache\Manager(($this->privates['Yoast\\WP\\SEO\\Schema_Aggregator\\Infrastructure\\Config'] ?? ($this->privates['Yoast\\WP\\SEO\\Schema_Aggregator\\Infrastructure\\Config'] = new \Yoast\WP\SEO\Schema_Aggregator\Infrastructure\Config())));
}