예제 #1
0
파일: Color.php 프로젝트: procoders/admin
 public function render()
 {
     return HtmlBuilder::color($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes));
 }