示例#1
0
文件: Text.php 项目: DimaPikash/eshop
 protected function getParams()
 {
     return parent::getParams() + ['placeholder' => $this->placeholder()];
 }
示例#2
0
 protected function getParams()
 {
     return parent::getParams() + ['from' => $this->from(), 'to' => $this->to()];
 }
示例#3
0
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'placeholder' => $this->placeholder()];
 }