예제 #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;
 }