Example #1
0
 private function begin()
 {
     $this->batch = $this->client->startBatch();
 }
Example #2
0
 /**
  * Start a batch operation with the database.
  *
  * @return \Everyman\Neo4j\Batch
  */
 public function prepareBatch()
 {
     return $this->client->startBatch();
 }