FluentDOM\Transformer\Namespaces\Replace::getMappedNamespace PHP Method

getMappedNamespace() private method

private getMappedNamespace ( string $namespaceUri ) : string
$namespaceUri string
return string
    private function getMappedNamespace($namespaceUri)
    {
        if (isset($this->_namespaces[$namespaceUri])) {
            return $this->_namespaces[$namespaceUri];
        }
        return $namespaceUri;
    }