Yoast\WP\SEO\Generated
Cached_Container::getArticleService()
Gets the public 'Yoast\WP\SEO\Generators\Schema\Article' shared autowired service.
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
\Yoast\WP\SEO\Generators\Schema\Article
.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->getArticleService();
Код Cached_Container::getArticleService() Cached Container::getArticleService Yoast 24.0
protected function getArticleService() { return $this->services['Yoast\\WP\\SEO\\Generators\\Schema\\Article'] = new \Yoast\WP\SEO\Generators\Schema\Article(); }