Пример #1
0
 public function __construct()
 {
     global $dbo;
     // TODO remove when this class is converted
     parent::__construct();
     $this->facultyUserModel = new UserProfile($dbo);
 }