Ejemplo n.º 1
0
 /**
  * Constructor
  * 
  * @param Boat $model
  */
 function __construct(Boat $model)
 {
     $this->model = $model;
     parent::__construct();
 }
Ejemplo n.º 2
0
 /**
  * Constructor
  * 
  * @param Subdestination $model
  */
 function __construct(Subdestination $model)
 {
     $this->model = $model;
     parent::__construct();
 }
Ejemplo n.º 3
0
 /**
  * Constructor
  * 
  * @param Category $model
  */
 function __construct(Category $model)
 {
     $this->model = $model;
     parent::__construct();
 }