Beispiel #1
0
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->name(), 'label' => $this->label(), 'readonly' => $this->readonly(), 'value' => $this->value(), 'rows' => $this->rows()];
 }
Beispiel #2
0
 public function getParams()
 {
     return parent::getParams() + ['placement' => $this->placement(), 'addon' => $this->addon()];
 }
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->getName(), 'label' => $this->getLabel(), 'readonly' => $this->isReadonly(), 'value' => $this->getValue(), 'rows' => $this->getRows()];
 }