コード例 #1
0
ファイル: Neo4jClient.php プロジェクト: witooh/neo4j
 /**
  * @return \Witooh\Neo4j\Cypher\Transaction
  */
 public function beginTransaction()
 {
     return $this->cypher->beginTransaction();
 }