コード例 #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
ファイル: Select.php プロジェクト: pseudoagentur/soa-sentinel
 public function getParams()
 {
     return parent::getParams() + ['options' => $this->options(), 'placeholder' => $this->placeholder()];
 }