Exemplo n.º 1
0
 /**
  * @param $model
  */
 public function __construct($model = null)
 {
     $model = $model == null ? new Category() : $model;
     parent::__construct($model);
 }
Exemplo n.º 2
0
 /**
  * @param $model
  */
 public function __construct($model = null)
 {
     $model = $model == null ? new ContactRequest() : $model;
     parent::__construct($model);
 }