\Everyman\Neo4j\CypherQuery

Represents a Cypher query string and variables Query the database using Cypher. For query syntax, please refer to the Cypher documentation for your server version.

Latest documentation: http://docs.neo4j.org/chunked/snapshot/cypher-query-lang.html

Summary

Methods
Properties
Constants
__construct()
getQuery()
getParameters()
getResultSet()
No public properties found
No constants found
No protected methods found
$client
$template
$vars
$result
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$template

$template : 

Type

$vars

$vars : 

Type

$result

$result : 

Type

Methods

__construct()

__construct(\Everyman\Neo4j\Client $client, string $template, array $vars)

Set the template to use

Parameters

\Everyman\Neo4j\Client $client
string $template

A Cypher query string or template

array $vars

Replacement vars to inject into the query

getQuery()

getQuery() : string

Get the query script

Returns

string

getParameters()

getParameters() : array

Get the template parameters

Returns

array