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
11namespace Depage\HtmlForm\Elements;
12
13use Depage\HtmlForm\Abstracts;
14
36{
42 public function __toString(): string
43 {
44 return "";
45 }
46}
47
48/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
input element base class
Definition Input.php:22
Adds a placeholder for a form element.
__toString()
Renders element to HTML.