示例#1
0
文件: Price.php 项目: procoders/admin
 public function render()
 {
     return HtmlBuilder::price($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes), $this->currency);
 }