Searched refs:CURRENTNODE (Results 1 – 1 of 1) sorted by relevance
210 private function __writeTOCTree($CURRENTNODE, $CURRENTNODENAME = null, $DEPTH = 0) { argument215 if (!is_array($CURRENTNODE) || empty($CURRENTNODE))222 if (!empty($CURRENTNODE['id']) && empty($CURRENTNODE['pages']))225 return $this->__TOCItem($CURRENTNODE, $DEPTH);229 if (!empty($CURRENTNODE[$conf['start']]))232 … $didOpenItem = !(count(empty($CURRENTNODE['pages']) ? $CURRENTNODE : $CURRENTNODE['pages']) == 0);233 $XML .= $this->__TOCItem($CURRENTNODE[$conf['start']], $DEPTH, !$didOpenItem);234 unset($CURRENTNODE[$conf['start']]);235 } else if (!empty($CURRENTNODE['element'])) {236 $didOpenItem = !(count($CURRENTNODE['pages']) == 0);[all …]