Searched refs:hostPageID (Results 1 – 2 of 2) sorted by relevance
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 pageUsesAffectedCatmenu(string $hostPageID, string $content, string $targetPage):… argument83 $resolvedNS = $this->resolveNamespaceExpression($namespaceExpr, $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);