示例#1
0
文件: Register.php 项目: phpml/phpml
 public function __construct()
 {
     parent::__construct();
     $this->properties['ns'] = null;
     $this->properties['prefix'] = null;
     $this->allowChildren = false;
 }
示例#2
0
文件: Image.php 项目: phpml/phpml
 public function __construct()
 {
     parent::__construct();
     $this->properties['src'] = null;
 }