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