コード例 #1
0
ファイル: _ide_helper.php プロジェクト: clubttt/SuccessModel4
 /**
  * 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);
 }