Exemplo n.º 1
0
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['from' => $this->getFrom(), 'to' => $this->getTo()];
 }
Exemplo n.º 2
0
 /**
  * @return array
  */
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->getOptions(), 'placeholder' => $this->getPlaceholder()];
 }