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
11
namespace
Depage\HtmlForm\Elements;
12
28
class
PlaceholderMultiple
extends
Placeholder
29
{
35
public
function
typeCastValue
(): array
36
{
37
return
[];
38
}
39
}
40
41
/* vim:set ft=php sw=4 sts=4 fdm=marker et : */
Depage\HtmlForm\Elements\Placeholder
Adds a placeholder for a form element.
Definition
Placeholder.php:36
Depage\HtmlForm\Elements\PlaceholderMultiple
Placeholder for form multiple form values.
Definition
PlaceholderMultiple.php:29
Depage\HtmlForm\Elements\PlaceholderMultiple\typeCastValue
typeCastValue()
Casts to array.
Definition
PlaceholderMultiple.php:35
Elements
PlaceholderMultiple.php
Generated on
for depage-forms by
doxygen
1.14.0
For an overview of all docs, go to
docs.depage.net