docs depage-forms
Elements
Search.php
Go to the documentation of this file.
1
<?php
10
namespace
Depage\HtmlForm\Elements
;
11
15
class
Search
extends
Text
16
{
17
}
18
19
/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
Depage\HtmlForm\Elements\Search
HTML search input type.
Definition
Search.php:16
Depage\HtmlForm\Elements\Text
HTML text input type.
Definition
Text.php:39
Depage\HtmlForm\Elements
Classes for HTML input-elements.
Definition
Address.php:9