Пример #1
0
 function __construct($user_id, $own)
 {
     parent::__construct();
     $this->user_id = $user_id;
     $this->own = $own;
     $this->selectVerbs = array();
 }
 function __construct($id)
 {
     parent::__construct();
     $this->id = $id;
 }
Пример #3
0
 function __construct($userId)
 {
     parent::__construct();
     $this->userId = $userId;
 }
Пример #4
0
 function __construct($profile)
 {
     parent::__construct();
     $this->profile = $profile;
 }