depage-forms v1.4.1
html forms made easy
Loading...
Searching...
No Matches
Password.php
Go to the documentation of this file.
1<?php
2
10
11namespace Depage\HtmlForm\Elements;
12
38class Password extends Text {}
39
40/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
HTML password input type.
Definition Password.php:38
HTML text input type.
Definition Text.php:40