Yoast\WP\SEO\Introductions\Infrastructure
Introductions_Seen_Repository::__construct
Constructs the class.
Метод класса: Introductions_Seen_Repository{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Introductions_Seen_Repository = new Introductions_Seen_Repository(); $Introductions_Seen_Repository->__construct( $user_helper );
- $user_helper(User_Helper) (обязательный)
- The User_Helper.
Код Introductions_Seen_Repository::__construct() Introductions Seen Repository:: construct Yoast 27.4
public function __construct( User_Helper $user_helper ) {
$this->user_helper = $user_helper;
}