Yoast\WP\SEO\Generated

Cached_Container::getBadSEOScoreGroupService()protectedYoast 1.0

Gets the private 'Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups\Bad_SEO_Score_Group' shared autowired service.

Метод класса: Cached_Container{}

Хуков нет.

Возвращает

\Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups\Bad_SEO_Score_Group.

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->getBadSEOScoreGroupService();

Код Cached_Container::getBadSEOScoreGroupService() Yoast 25.1

protected function getBadSEOScoreGroupService()
{
    return $this->services['Yoast\\WP\\SEO\\Dashboard\\Domain\\Score_Groups\\SEO_Score_Groups\\Bad_SEO_Score_Group'] = new \Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups\Bad_SEO_Score_Group();
}