コード例 #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;
 }