API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
& DOMIT_DocumentFragment::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_DocumentFragment::DOMIT_DocumentFragment | ( | ) |
DOM Document Fragment node constructor
Références DOMIT_Node::_constructor().
DOMIT_DocumentFragment::toArray | ( | ) |
Generates an array representation of the node and its children
Réimplémentée à partir de DOMIT_Node.
DOMIT_DocumentFragment::toString | ( | $ | htmlSafe = false , |
$ | subEntities = false |
||
) |
Generates a string representation of the node and its children
boolean | True if HTML readable output is desired |
Références $i, $total, et DOMIT_Node::forHTML().