예제 #1
0
 /**
  * @return \Witooh\Neo4j\Cypher\Transaction
  */
 public function beginTransaction()
 {
     return $this->cypher->beginTransaction();
 }