constructor HTML_QuickForm_link()
Вернуться к: Custom elements
constructor HTML_QuickForm_link()
Synopsis
void constructor HTML_QuickForm_link::HTML_QuickForm_link ( mixed $elementName = null , string $elementLabel = null , string $href = null , string $text = null , mixed $attributes = null )
This package is not documented yet.
Parameter
- mixed $elementName
-
- string $elementLabel
-
(optional)Link label
- string $href
-
(optional)Link href
- string $text
-
(optional)Link display text
- mixed $attributes
-
(optional)Either a typical HTML attribute string or an associative array
Throws
throws
Note
since 1.0
This function can not be called statically.
Вернуться к: Custom elements