コード例 #1
0
ファイル: Price.php プロジェクト: procoders/admin
 public function render()
 {
     return HtmlBuilder::price($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes), $this->currency);
 }