Yoast\WP\SEO\Generated
Cached_Container::getIndexableAuthorWatcherService() protected Yoast 1.0
Gets the public 'Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Watcher' shared autowired service.
{} Это метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Watcher
. Null. Ничего.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getIndexableAuthorWatcherService();
Код Cached_Container::getIndexableAuthorWatcherService() Cached Container::getIndexableAuthorWatcherService Yoast 16.1.1
protected function getIndexableAuthorWatcherService()
{
return $this->services['Yoast\\WP\\SEO\\Integrations\\Watchers\\Indexable_Author_Watcher'] = new \Yoast\WP\SEO\Integrations\Watchers\Indexable_Author_Watcher(${($_ = isset($this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository']) ? $this->services['Yoast\\WP\\SEO\\Repositories\\Indexable_Repository'] : $this->getIndexableRepositoryService()) && false ?: '_'}, ${($_ = isset($this->services['Yoast\\WP\\SEO\\Builders\\Indexable_Builder']) ? $this->services['Yoast\\WP\\SEO\\Builders\\Indexable_Builder'] : $this->getIndexableBuilderService()) && false ?: '_'});
}