/** * Alias to Xml::removeNs * * @access public * @static */ function removeGlobalNamespace($name) { return Xml::removeGlobalNs($name); }
/** * Alias to Xml::removeNs * * @access public * @static */ function removeGlobalNamespace($name, $url = null) { Xml::removeGlobalNs($name, $url); }