예제 #1
0
파일: Text.php 프로젝트: DimaPikash/eshop
 protected function getParams()
 {
     return parent::getParams() + ['placeholder' => $this->placeholder()];
 }
예제 #2
0
파일: Range.php 프로젝트: DimaPikash/eshop
 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()];
 }