コード例 #1
0
ファイル: Finder.php プロジェクト: astar3086/studio_logistic
 /**
  *
  */
 private function destroyJoinTree()
 {
     if ($this->_joinTree !== null) {
         $this->_joinTree->destroy();
     }
     $this->_joinTree = null;
 }