Yoast\WP\SEO\Dashboard\Application\Score_Results
Current_Scores_Repository::__construct
The constructor.
Метод класса: Current_Scores_Repository{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Current_Scores_Repository = new Current_Scores_Repository(); $Current_Scores_Repository->__construct( $score_group_link_collector );
- $score_group_link_collector(Score_Group_Link_Collector) (обязательный)
- The score group link collector.
Код Current_Scores_Repository::__construct() Current Scores Repository:: construct Yoast 27.8
public function __construct( Score_Group_Link_Collector $score_group_link_collector ) {
$this->score_group_link_collector = $score_group_link_collector;
}