Home
last modified time | relevance | path

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

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