コード例 #1
0
ファイル: form.php プロジェクト: Yourgene/scout
 public function __construct($name, $form)
 {
     parent::__construct($name, $form);
     $this->attrs['type'] = 'password';
 }