|
Stud.IP
3.1 Revision 48552
|


Public Member Functions | |
| HTMLempty ($name) | |
| addAttr ($name, $wert=NULL) | |
| addString ($string) | |
| getName () | |
| getAttr () | |
| printContent ($indent=0) | |
| createContent ($indent=0) | |
Data Fields | |
| $_name = "" | |
| $_attribute = array() | |
| $_string = "" | |
| addAttr | ( | $name, | |
$wert = NULL |
|||
| ) |

| addString | ( | $string | ) |
| createContent | ( | $indent = 0 | ) |
Reimplemented in HTML.


| getAttr | ( | ) |

| getName | ( | ) |

| HTMLempty | ( | $name | ) |
| printContent | ( | $indent = 0 | ) |
| array $_attribute = array() |
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