Home
last modified time | relevance | path

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

/dokuwiki/inc/TreeBuilder/
DControlPageBuilder.php25 protected string $controlPage; variable in dokuwiki\\TreeBuilder\\ControlPageBuilder
34 * @param string $controlPage
37 public function __construct(string $controlPage) argument
39 $this->controlPage = $controlPage;
50 $instructions = p_cached_instructions(wikiFN($this->controlPage));
60 $resolver = new PageResolver($this->controlPage);