Searched refs:namespaceAttribute (Results 1 – 2 of 2) sorted by relevance
325 …$namespaceAttribute = $pageExplorerTagAttributes->getValueAndRemove(PageExplorerTag::ATTR_NAMESPAC…326 if ($namespaceAttribute !== null) {327 WikiPath::addNamespaceEndSeparatorIfNotPresent($namespaceAttribute);328 $namespacePath = WikiPath::createMarkupPathFromPath($namespaceAttribute);
700 * @param string $namespaceAttribute704 static function addNamespaceEndSeparatorIfNotPresent(string &$namespaceAttribute) argument706 if (substr($namespaceAttribute, -1) !== WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT) {707 $namespaceAttribute = $namespaceAttribute . WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT;