Yoast\WP\SEO\Introductions\Infrastructure
Wistia_Embed_Permission_Repository::__construct
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() Wistia Embed Permission Repository:: construct Yoast 28.0
public function __construct( User_Helper $user_helper ) {
$this->user_helper = $user_helper;
}