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