API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
DOMIT_Lite_CDATASection::DOMIT_Lite_CDATASection | ( | $ | data | ) |
DOM CDATA Section node constructor
string | The text of the node |
Références $data, DOMIT_Lite_Node::_constructor(), et DOMIT_Lite_TextNode::setText().
DOMIT_Lite_CDATASection::toString | ( | $ | htmlSafe = false , |
$ | subEntities = false |
||
) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
boolean | True if illegal xml characters should be converted to entities |
Réimplémentée à partir de DOMIT_Lite_TextNode.
Références DOMIT_Lite_Node::forHTML().