Beispiel #1
0
 function __construct($view, $model)
 {
     parent::__construct($model);
     $this->view = $view;
 }
Beispiel #2
0
 function __construct($view, $data)
 {
     parent::__construct();
     $this->view = $view;
     $this->data_annee = $data;
 }
Beispiel #3
0
 function __construct($view)
 {
     parent::__construct();
     $this->view = $view;
 }