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