예제 #1
0
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['name' => $this->getName(), 'label' => $this->getLabel(), 'value' => $this->getValue(), 'height' => $this->getHeight(), 'editor' => $this->getEditor()];
 }
예제 #2
0
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->getOptions(), 'nullable' => $this->isNullable()];
 }
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['seconds' => $this->hasSeconds(), 'format' => $this->getFormat(), 'pickerFormat' => $this->getPickerFormat()];
 }