public function __construct($view, $params = null, $model = null) { parent::__construct($model); // $this->view = $view; $this->params = $params; }
public function __construct($title, $function_call, $model) { parent::__construct($model); // $this->title = $title; // $function_call($this); }
public function __construct($name, $label, $model) { // parent::__construct($model); // $this->addAttribute(['class' => 'form-control']); // $this->name = $name; $this->label = $label; }