示例#1
0
文件: Xml.php 项目: btweedy/foresmo
 /**
  * 
  * Frees memory used by this struct, especially references to parent
  * structs down the line.
  * 
  * @return void
  * 
  */
 public function free()
 {
     unset($this->_parent);
     parent::free();
 }