コード例 #1
0
ファイル: Filesystem.class.php プロジェクト: evilgeny/bob
 public function free()
 {
     if ($this->_root) {
         $this->_root->free();
     }
     unset($this->_mapper, $this->_root);
     parent::free();
 }