Searched refs:maxdepth (Results 1 – 1 of 1) sorted by relevance
46 protected int $maxdepth; variable in dokuwiki\\TreeBuilder\\PageTreeBuilder53 * @param int $maxdepth The maximum depth to iterate into, -1 for infinite55 public function __construct(string $namespace, int $maxdepth = -1) argument58 $this->maxdepth = $maxdepth;84 $this->createHierarchy($parent, $dir, $this->maxdepth);135 if ($depth !== 0 && $this->applyRecursionDecision($node, $this->maxdepth - $depth)) {