Exemplo n.º 1
0
 protected function getParams()
 {
     return parent::getParams() + ['placeholder' => $this->placeholder()];
 }
Exemplo n.º 2
0
 protected function getParams()
 {
     return parent::getParams() + ['from' => $this->from(), 'to' => $this->to()];
 }
Exemplo n.º 3
0
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'placeholder' => $this->placeholder()];
 }