constructor HTML_QuickForm_static()
constructor HTML_QuickForm_static() – Class constructor
Synopsis
require_once 'HTML/QuickForm/static.php';
void constructor HTML_QuickForm_static::HTML_QuickForm_static (
string $elementName
= null
, mixed $elementLabel
= null
, string $text
= null
)
Описание
This package is not documented yet.
Parameter
-
string
$elementName
-
Name of the element
-
mixed
$elementLabel
-
(optional)Label
-
string
$text
-
(optional)Display text
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.