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