Cheetah
|
Public Member Functions | |
__construct ( $name1='', $value1='') | |
addChild ( $node) | |
getXMLText () | |
GetXMLHtml () | |
Public Attributes | |
$name = '' | |
$value = '' | |
$children = array() | |
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.
ChWsbXmlNode::__construct | ( | $name1 = '' , |
|
$value1 = '' |
|||
) |
Definition at line 14 of file ChWsbXmlNode.php.
ChWsbXmlNode::addChild | ( | $node | ) |
Definition at line 19 of file ChWsbXmlNode.php.
ChWsbXmlNode::GetXMLHtml | ( | ) |
Definition at line 36 of file ChWsbXmlNode.php.
ChWsbXmlNode::getXMLText | ( | ) |
Definition at line 24 of file ChWsbXmlNode.php.
ChWsbXmlNode::$children = array() |
Definition at line 12 of file ChWsbXmlNode.php.
ChWsbXmlNode::$name = '' |
Definition at line 10 of file ChWsbXmlNode.php.
ChWsbXmlNode::$value = '' |
Definition at line 11 of file ChWsbXmlNode.php.