Yoast\WP\SEO\Routes

Wincher_Route::__construct()publicYoast 1.0

Wincher_Route constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Wincher_Route::__construct() Yoast 22.3

public function __construct(
	Wincher_Login_Action $login_action,
	Wincher_Account_Action $account_action,
	Wincher_Keyphrases_Action $keyphrases_action
) {
	$this->login_action      = $login_action;
	$this->account_action    = $account_action;
	$this->keyphrases_action = $keyphrases_action;
}