Searched refs:hostPageID (Results 1 – 3 of 3) sorted by relevance
61 public function getCurrentNamespace(string $hostPageID): string argument63 if (!is_dir($this->namespaceDir($hostPageID))) {64 $info = $this->getPageNamespaceInfo($hostPageID);69 return $hostPageID;76 public function resolveNamespaceExpression(string $expr, string $hostPageID): string argument80 return $this->getCurrentNamespace($hostPageID);84 $base = $this->getCurrentNamespace($hostPageID);
46 private function getCurrentNamespace(string $hostPageID): string argument48 if (!is_dir($this->namespaceDir($hostPageID))) {49 $info = $this->getPageNamespaceInfo($hostPageID);54 return $hostPageID;57 private function resolveNamespaceExpression(string $expr, string $hostPageID): string argument60 if ($expr === '.') return $this->getCurrentNamespace($hostPageID);63 $base = $this->getCurrentNamespace($hostPageID);78 …private function pageUsesAffectedVisualindex(string $hostPageID, string $content, string $targetPa… argument85 $resolvedNS = $this->resolveNamespaceExpression($namespaceExpr, $hostPageID);
34 …private function pageUsesAffectedCatmenu(string $hostPageID, string $content, string $targetPage):… argument40 $resolvedNS = $nsHelper->resolveNamespaceExpression($namespaceExpr, $hostPageID);