Esempio n. 1
0
 public function __construct($model)
 {
     parent::__construct($model);
     $this->_model = $model;
     $this->_modelInfo = $this->_model->info();
     $this->checkForRequiredColumn();
 }
Esempio n. 2
0
 public function __construct($select)
 {
     parent::__construct($select);
     $this->_select = $select;
 }
Esempio n. 3
0
 public function __construct($controller)
 {
     parent::__construct($controller);
     $this->_controller = $controller;
 }
Esempio n. 4
0
 public function __construct($form)
 {
     parent::__construct($form);
     $this->_form = $form;
 }
Esempio n. 5
0
 public function __construct($row)
 {
     parent::__construct($row);
     $this->_row = $row;
 }