Stud.IP
5.4
|
Public Member Functions | |
__construct ($name) | |
addAttr ($name, $wert=null) | |
addString ($string) | |
getName () | |
getAttr () | |
printContent ($indent=0) | |
createContent ($indent=0) | |
Data Fields | |
$_name = "" | |
$_attribute = [] | |
$_string = "" | |
__construct | ( | $name | ) |
addAttr | ( | $name, | |
$wert = null |
|||
) |
addString | ( | $string | ) |
to support Stud.IP legacy functions like makeButton...
createContent | ( | $indent = 0 | ) |
getAttr | ( | ) |
getName | ( | ) |
printContent | ( | $indent = 0 | ) |
array $_attribute = [] |
Holds the attributes of the element.
private
string $_name = "" |
Holds the name of the element.
private
array $_string = "" |
Holds additional attributes (strings generated from studip functions)
private