depage-forms
v1.4.1
html forms made easy
Loading...
Searching...
No Matches
Placeholder.php
Go to the documentation of this file.
1
<?php
2
10
11
namespace
Depage\HtmlForm\Elements;
12
13
use Depage\HtmlForm\Abstracts;
14
35
class
Placeholder
extends
Abstracts\Input
36
{
42
public
function
__toString
(): string
43
{
44
return
""
;
45
}
46
}
47
48
/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
Depage\HtmlForm\Abstracts\Input
input element base class
Definition
Input.php:22
Depage\HtmlForm\Elements\Placeholder
Adds a placeholder for a form element.
Definition
Placeholder.php:36
Depage\HtmlForm\Elements\Placeholder\__toString
__toString()
Renders element to HTML.
Definition
Placeholder.php:42
Elements
Placeholder.php
Generated on
for depage-forms by
doxygen
1.14.0
For an overview of all docs, go to
docs.depage.net