Home
last modified time | relevance | path

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

/dokuwiki/inc/TreeBuilder/
DPageTreeBuilder.php75 $this->startpages[$this->getStartpage($this->namespace)] = 1;
155 $id = $this->getStartpage($id); // use the start page for the namespace
215 protected function getStartpage(string $ns): string function in dokuwiki\\TreeBuilder\\PageTreeBuilder