OPTION_FIELDS
OPTION_FIELDS
count fields
Provides graph traversal
A Traversal object is used to execute a graph traversal on the server side.
The object requires the connection object, the startVertex, the edgeCollection and the optional parameters.
$_connection : \triagens\ArangoDb\Connection
The connection object
__construct(\triagens\ArangoDb\Connection $connection, string $startVertex, string $edgeCollection, array $options) : \triagens\ArangoDb\Traversal
Initialise the Traversal object
\triagens\ArangoDb\Connection | $connection |
|
string | $startVertex |
|
string | $edgeCollection |
|
array | $options |
getConnection() : \triagens\ArangoDb\Connection
Return the connection object