コード例 #1
0
ファイル: DevicesView.php プロジェクト: naisly/WodenS
 /**
  * @param DefaultModel $model
  */
 public function __construct(DefaultModel $model)
 {
     parent::__construct($model);
     $this->model = $model;
 }