Yoast\WP\SEO\Generated

Cached_Container::getEstimatedReadingTimeService()protectedYoast 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() Yoast 22.4

protected function getEstimatedReadingTimeService()
{
    return $this->services['Yoast\\WP\\SEO\\Integrations\\Estimated_Reading_Time'] = new \Yoast\WP\SEO\Integrations\Estimated_Reading_Time();
}