Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
HTMLempty Class Reference
Inheritance diagram for HTMLempty:
Inheritance graph
Collaboration diagram for HTMLempty:
Collaboration graph

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 = ""

Member Function Documentation

addAttr (   $name,
  $wert = NULL 
)

Here is the caller graph for this function:

addString (   $string)

to support Stud.IP legacy functions like makeButton...

Here is the caller graph for this function:

createContent (   $indent = 0)

Reimplemented in HTML.

Here is the call graph for this function:

Here is the caller graph for this function:

getAttr ( )

Here is the caller graph for this function:

getName ( )

Here is the caller graph for this function:

HTMLempty (   $name)
printContent (   $indent = 0)

Reimplemented in HTML.

Here is the call graph for this function:

Field Documentation

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


The documentation for this class was generated from the following file: