Esempio n. 1
0
 /**
  * Cleanup current batch
  */
 protected function _clean()
 {
     unset($this->_operations);
     $this->_storageClient->setCurrentBatch(null);
     $this->_storageClient = null;
     unset($this);
 }