Cheetah
Public Member Functions | Public Attributes | List of all members
ChWsbXmlNode Class Reference

Public Member Functions

 __construct ( $name1='', $value1='')
 
 addChild ( $node)
 
 getXMLText ()
 
 GetXMLHtml ()
 

Public Attributes

 $name = ''
 
 $value = ''
 
 $children = array()
 

Detailed Description

This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/

Definition at line 8 of file ChWsbXmlNode.php.

Constructor & Destructor Documentation

◆ __construct()

ChWsbXmlNode::__construct (   $name1 = '',
  $value1 = '' 
)

Definition at line 14 of file ChWsbXmlNode.php.

Member Function Documentation

◆ addChild()

ChWsbXmlNode::addChild (   $node)

Definition at line 19 of file ChWsbXmlNode.php.

◆ GetXMLHtml()

ChWsbXmlNode::GetXMLHtml ( )

Definition at line 36 of file ChWsbXmlNode.php.

◆ getXMLText()

ChWsbXmlNode::getXMLText ( )

Definition at line 24 of file ChWsbXmlNode.php.

Member Data Documentation

◆ $children

ChWsbXmlNode::$children = array()

Definition at line 12 of file ChWsbXmlNode.php.

◆ $name

ChWsbXmlNode::$name = ''

Definition at line 10 of file ChWsbXmlNode.php.

◆ $value

ChWsbXmlNode::$value = ''

Definition at line 11 of file ChWsbXmlNode.php.


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