コード例 #1
0
ファイル: EntityManager.php プロジェクト: esynaps/neo4j-ogm
 private function begin()
 {
     $this->batch = $this->client->startBatch();
 }
コード例 #2
0
ファイル: Delegate.php プロジェクト: bobflay/NeoEloquent
 /**
  * Start a batch operation with the database.
  *
  * @return \Everyman\Neo4j\Batch
  */
 public function prepareBatch()
 {
     return $this->client->startBatch();
 }