예제 #1
0
 public function free()
 {
     if ($this->_root) {
         $this->_root->free();
     }
     unset($this->_mapper, $this->_root);
     parent::free();
 }