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