예제 #1
0
 /**
  * Make a query out of a Cypher statement
  * and the bindings values
  *
  * @param string $query
  * @param array $bindings
  * @static 
  */
 public static function getCypherQuery($query, $bindings)
 {
     return \Vinelab\NeoEloquent\Connection::getCypherQuery($query, $bindings);
 }