예제 #1
0
 /**
  * @return array
  */
 protected function getModel()
 {
     return array_merge(parent::getModel(), ['inner' => $this->wrapInnerField()]);
 }
예제 #2
0
 protected function getModel()
 {
     return array_merge(parent::getModel(), ['options' => $this->getOptions(), 'selected' => $this->getValue()]);
 }
예제 #3
0
파일: TextField.php 프로젝트: watoki/qrator
 protected function getModel()
 {
     return array_merge(parent::getModel(), ['class' => $this->getClass(), 'rows' => '5']);
 }