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