Home
last modified time | relevance | path

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

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