コード例 #1
0
ファイル: Batch.php プロジェクト: EmmanuelYupit/educursos
 /**
  * Cleanup current batch
  */
 protected function _clean()
 {
     unset($this->_operations);
     $this->_storageClient->setCurrentBatch(null);
     $this->_storageClient = null;
     unset($this);
 }