Class html

Description

Undocumented class

Located in /class/html.class.php (line 18)


	
			
Variable Summary
mixed $class
mixed $html_el
mixed $id
mixed $javascript
mixed $style
mixed $tag
mixed $text
mixed $xtr_prop
Method Summary
html html ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
html __construct ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
void AddChild ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
void echoHtml ([ $usecss = false], [ $indent = 'x'])
void FindId ( $id)
void htmlAdd ( $el, [ $last = true])
void InsToId ( $el,  $id, [ $last = true])
void scriptAdd ( $script)
Variables
mixed $class (line 19)
mixed $html_el = array() (line 20)
mixed $id (line 20)
mixed $javascript (line 20)
mixed $style (line 19)
mixed $tag (line 19)
mixed $text (line 19)
mixed $xtr_prop (line 20)
Methods
Constructor html (line 39)

Constructor (PHP4 style, kept for compatibility reasons)

html html ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
  • $tag
  • $text
  • $style
  • $class
  • $id
  • $xtr_prop
  • $javascript
Constructor __construct (line 25)

Constructor (PHP5 style, required in some future version of PHP)

html __construct ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
  • $tag
  • $text
  • $style
  • $class
  • $id
  • $xtr_prop
  • $javascript
AddChild (line 57)
void AddChild ([ $tag = ''], [ $text = ''], [ $style = ''], [ $class = ''], [ $id = ''], [ $xtr_prop = ''], [ $javascript = ''])
  • $tag
  • $text
  • $style
  • $class
  • $id
  • $xtr_prop
  • $javascript
echoHtml (line 96)
void echoHtml ([ $usecss = false], [ $indent = 'x'])
  • $usecss
  • $indent
FindId (line 63)
void FindId ( $id)
  • $id
htmlAdd (line 44)
void htmlAdd ( $el, [ $last = true])
  • $el
  • $last
InsToId (line 80)
void InsToId ( $el,  $id, [ $last = true])
  • $el
  • $id
  • $last
scriptAdd (line 87)
void scriptAdd ( $script)
  • $script

Documentation generated on Mon, 13 Jan 2020 04:24:41 +0100 by phpDocumentor 1.4.3