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