Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17482 программиста и 1872 робота. Сейчас ищут 1833 программиста ...
constructor HTML_QuickForm_static()
Вернуться к: Custom elements
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
Note
This function can not be called statically.
Вернуться к: Custom elements