示例#1
0
文件: Register.php 项目: phpml/phpml
 public function registerNS()
 {
     Symbols::addNamespace($this->properties['prefix'], $this->properties['ns']);
 }