public function getParams() { return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value(), 'required_field' => $this->isRequired(), 'lang' => $this->lang()]; }
public function getParams() { return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value()]; }
public function getParams() { return parent::getParams() + ['columns' => $this->columns()]; }
public function getParams() { return parent::getParams() + ['value' => $this->values(), 'options' => $this->options()]; }