示例#1
0
 public function render()
 {
     return HtmlBuilder::password($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes));
 }