$client
$client :
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
__construct(\Everyman\Neo4j\Client $client, string $template, array $vars)
Set the template to use
\Everyman\Neo4j\Client | $client | |
string | $template | A Cypher query string or template |
array | $vars | Replacement vars to inject into the query |
getResultSet() : \Everyman\Neo4j\Query\ResultSet
Retrieve the query results