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