コード例 #1
0
ファイル: Register.php プロジェクト: phpml/phpml
 public function registerNS()
 {
     Symbols::addNamespace($this->properties['prefix'], $this->properties['ns']);
 }