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