Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
DWikiPath.php163 $rootRelativePath = $executionContext->getContextNamespacePath();
175 $currentPagePath = $executionContext->getContextNamespacePath();
180 $rootRelativePath = $executionContext->getContextNamespacePath();
189 $rootRelativePath = $executionContext->getContextNamespacePath();
DExecutionContext.php301 public function getContextNamespacePath(): WikiPath function in ComboStrap\\ExecutionContext