\Everyman\Neo4j\QueryRow

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.

Summary

Methods
Properties
Constants
__construct()
offsetExists()
offsetGet()
offsetSet()
offsetUnset()
count()
rewind()
current()
key()
next()
valid()
No public properties found
No constants found
No protected methods found
$client
$raw
$data
$columns
$position
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$raw

$raw : 

Type

$data

$data : 

Type

$columns

$columns : 

Type

$position

$position : 

Type

Methods

__construct()

__construct(\Everyman\Neo4j\Client $client, array $columns, array $rowData)

Set the raw result data of this row

Parameters

\Everyman\Neo4j\Client $client
array $columns
array $rowData

offsetExists()

offsetExists( $offset)

Parameters

$offset

offsetGet()

offsetGet( $offset)

Parameters

$offset

offsetSet()

offsetSet( $offset,  $value)

Parameters

$offset
$value

offsetUnset()

offsetUnset( $offset)

Parameters

$offset

count()

count()

rewind()

rewind()

current()

current()

key()

key()

next()

next()

valid()

valid()