Yoast\WP\SEO\Dashboard\Application\Score_Results

Current_Scores_Repository::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Current_Scores_Repository = new Current_Scores_Repository();
$Current_Scores_Repository->__construct(;

Код Current_Scores_Repository::__construct() Yoast 24.4

public function __construct(
	Score_Group_Link_Collector $score_group_link_collector
) {
	$this->score_group_link_collector = $score_group_link_collector;
}