Stud.IP  trunk Revision
HTMLempty Class Reference
Inheritance diagram for HTMLempty:
Inheritance graph
Collaboration diagram for HTMLempty:
Collaboration graph

Public Member Functions

 __construct ($name)
 
 addAttr ($name, $wert=null)
 
 addString ($string)
 
 getName ()
 
 getAttr ()
 
 printContent ($indent=0)
 
 createContent ($indent=0)
 

Data Fields

 $_name = ""
 
 $_attribute = []
 
 $_string = ""
 

Constructor & Destructor Documentation

◆ __construct()

__construct (   $name)

Member Function Documentation

◆ addAttr()

addAttr (   $name,
  $wert = null 
)

◆ addString()

addString (   $string)

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

◆ createContent()

createContent (   $indent = 0)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAttr()

getAttr ( )
Here is the caller graph for this function:

◆ getName()

getName ( )
Here is the caller graph for this function:

◆ printContent()

printContent (   $indent = 0)
Here is the call graph for this function:

Field Documentation

◆ $_attribute

array $_attribute = []

Holds the attributes of the element.

private

◆ $_name

string $_name = ""

Holds the name of the element.

private

◆ $_string

array $_string = ""

Holds additional attributes (strings generated from studip functions)

private


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