$client
$client :
Represents a Gremlin query Query the database using Gremlin syntax. For query syntax, please refer to the Gremlin documentation for your server version.
Latest documentation: http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html
__construct(\Everyman\Neo4j\Client $client, string $script, array $vars)
Set the query script to use
\Everyman\Neo4j\Client | $client | |
string | $script | A Gremlin query script |
array | $vars | Replacement vars to inject into the query |
getResultSet() : \Everyman\Neo4j\Query\ResultSet
Retrieve the query results