예제 #1
0
 public function __construct(NotificationModel $containerModel)
 {
     $this->model = $containerModel;
     parent::__construct($containerModel);
 }
예제 #2
0
 public function __construct(ProjectModel $model)
 {
     $this->model = $model;
     parent::__construct($model);
 }
예제 #3
0
 public function __construct(UploadModel $model)
 {
     $this->model = $model;
     parent::__construct($model);
 }
예제 #4
0
 public function __construct(UserModel $userModel)
 {
     $this->model = $userModel;
     parent::__construct($userModel);
 }
예제 #5
0
 public function __construct(Model $model)
 {
     parent::__construct($model);
 }
예제 #6
0
 public function __construct(ActivityModel $model)
 {
     $this->model = $model;
     parent::__construct($model);
 }