Exemple #1
0
 /**
  * @param DefaultModel $model
  */
 public function __construct(DefaultModel $model)
 {
     parent::__construct($model);
     $this->model = $model;
 }