Yoast\WP\SEO\Introductions\Infrastructure

Wistia_Embed_Permission_Repository::__construct()publicYoast 1.0

Constructs the class.

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

Хуков нет.

Возвращает

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

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

$Wistia_Embed_Permission_Repository = new Wistia_Embed_Permission_Repository();
$Wistia_Embed_Permission_Repository->__construct( $user_helper );
$user_helper(User_Helper) (обязательный)
The User_Helper.

Код Wistia_Embed_Permission_Repository::__construct() Yoast 24.4

public function __construct( User_Helper $user_helper ) {
	$this->user_helper = $user_helper;
}