$client
$client :
Represents a single result row from a query.
You can loop over this to get each value, or you can use array access ($myRow['columnName'] or $myRow[0]) to get specific fields.
__construct(\Everyman\Neo4j\Client $client, array $columns, array $rowData)
Set the raw result data of this row
\Everyman\Neo4j\Client | $client | |
array | $columns | |
array | $rowData |