示例#1
0
文件: Xml.php 项目: buttasg/cowgirlk
 /**
  * set parent to null;
  */
 public function __construct()
 {
     parent::__construct();
     $this->_parent = null;
 }