Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DExecutionContext.php241 ->setDefaultContextPath(WikiPath::createMarkupPathFromId($requestedId));
900 function setDefaultContextPath(WikiPath $contextPath): ExecutionContext function in ComboStrap\\ExecutionContext
902 $this->getConfig()->setDefaultContextPath($contextPath);
H A DSiteConfig.php261 public function setDefaultContextPath(WikiPath $contextPath) function in ComboStrap\\SiteConfig