class Row extends ArrayHash implements IRow

Represents a single table row.

Methods

__get($key)

No description

__isset($key)

No description

T
offsetGet(string|int $key)

Returns a item.

bool
offsetExists(string|int $key)

Checks if $key exists.

Details

at line 20
__get($key)

No description

Parameters

$key

at line 27
__isset($key)

No description

Parameters

$key

at line 38
T offsetGet(string|int $key)

Returns a item.

Parameters

string|int $key

Return Value

T

at line 56
bool offsetExists(string|int $key)

Checks if $key exists.

Parameters

string|int $key

Return Value

bool