Yoast\WP\SEO\Introductions\User_Interface

Introductions_Seen_Route::__construct()publicYoast 1.0

Constructs the class.

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

Хуков нет.

Возвращает

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

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

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

Код Introductions_Seen_Route::__construct() Yoast 24.4

public function __construct(
	Introductions_Seen_Repository $introductions_seen_repository,
	User_Helper $user_helper,
	Introductions_Collector $introductions_collector
) {
	$this->introductions_seen_repository = $introductions_seen_repository;
	$this->user_helper                   = $user_helper;
	$this->introductions_collector       = $introductions_collector;
}