Example #1
0
 /**
  * 
  * Frees memory used by this struct, especially references to parent
  * structs down the line.
  * 
  * @return void
  * 
  */
 public function free()
 {
     unset($this->_parent);
     parent::free();
 }