예제 #1
0
파일: Register.php 프로젝트: phpml/phpml
 public function registerNS()
 {
     Symbols::addNamespace($this->properties['prefix'], $this->properties['ns']);
 }