示例#1
0
文件: form.php 项目: Yourgene/scout
 public function __construct($name, $form)
 {
     parent::__construct($name, $form);
     $this->attrs['type'] = 'password';
 }