예제 #1
0
파일: xml.php 프로젝트: 5chain/CrowdFund
 /**
  * Alias to Xml::removeNs
  *
  * @access public
  * @static
  */
 function removeGlobalNamespace($name)
 {
     return Xml::removeGlobalNs($name);
 }
예제 #2
0
파일: xml.php 프로젝트: BLisa90/cakecart
 /**
  * Alias to Xml::removeNs
  *
  * @access public
  * @static
  */
 function removeGlobalNamespace($name, $url = null)
 {
     Xml::removeGlobalNs($name, $url);
 }