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()];
 }
示例#2
0
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value()];
 }
示例#3
0
 public function getParams()
 {
     return parent::getParams() + ['columns' => $this->columns()];
 }
示例#4
0
 public function getParams()
 {
     return parent::getParams() + ['value' => $this->values(), 'options' => $this->options()];
 }