Yoast\WP\SEO\Abilities\Application
Score_Retriever::__construct
Constructor.
Метод класса: Score_Retriever{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Score_Retriever = new Score_Retriever(); $Score_Retriever->__construct( $indexable_repository );
- $indexable_repository(Indexable_Repository) (обязательный)
- The indexable repository.
Код Score_Retriever::__construct() Score Retriever:: construct Yoast 27.7
public function __construct(
Indexable_Repository $indexable_repository
) {
$this->indexable_repository = $indexable_repository;
}