Home
last modified time | relevance | path

Searched refs:CURRENTNODENAME (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/inc/
H A Dtoc.php207 private function __writeTOCTree($CURRENTNODE, $CURRENTNODENAME = null, $DEPTH = 0) { argument
236 } else if ($CURRENTNODENAME != null) {
239 $XML .= $this->__TOCItem(array('name' => $CURRENTNODENAME), $DEPTH, !$didOpenItem);