Home
last modified time | relevance | path

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

/dokuwiki/inc/TreeBuilder/
DPageTreeBuilder.php46 protected int $maxdepth; variable in dokuwiki\\TreeBuilder\\PageTreeBuilder
53 * @param int $maxdepth The maximum depth to iterate into, -1 for infinite
55 public function __construct(string $namespace, int $maxdepth = -1) argument
58 $this->maxdepth = $maxdepth;
84 $this->createHierarchy($parent, $dir, $this->maxdepth);
135 if ($depth !== 0 && $this->applyRecursionDecision($node, $this->maxdepth - $depth)) {