depage-forms v1.4.1
html forms made easy
Loading...
Searching...
No Matches
PlaceholderMultiple.php
Go to the documentation of this file.
1<?php
2
10
11namespace Depage\HtmlForm\Elements;
12
29{
35 public function typeCastValue(): array
36 {
37 return [];
38 }
39}
40
41/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
Adds a placeholder for a form element.
Placeholder for form multiple form values.