API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_Comment::cloneNode | ( | $ | deep = false | ) |
Copies a node and/or its children
boolean | True if all child nodes are also to be cloned |
Réimplémentée à partir de DOMIT_Node.
DOMIT_Comment::DOMIT_Comment | ( | $ | nodeValue | ) |
DOM Comment node constructor
string | The |
Références DOMIT_Node::$nodeValue, et DOMIT_Node::_constructor().
DOMIT_Comment::getText | ( | ) |
Returns the text contained in the current node
Réimplémentée à partir de DOMIT_Node.
DOMIT_Comment::setText | ( | $ | data | ) |
Sets the text contained in the current node to $data.
string | The text data of the node |
Références $data.
DOMIT_Comment::toArray | ( | ) |
Generates an array representation of the node and its children
Réimplémentée à partir de DOMIT_Node.
Références toString().
DOMIT_Comment::toString | ( | $ | htmlSafe = false | ) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
Références DOMIT_Node::forHTML().
Référencé par toArray().