class Row extends ArrayHash implements IRow

Represents a single table row.

Methods

__get($key)

No description

mixed
offsetGet($key)

Returns a item.

bool
offsetExists($key)

Checks if $key exists.

Details

at line 18
__get($key)

No description

Parameters

$key

at line 30
mixed offsetGet($key)

Returns a item.

Parameters

$key

Return Value

mixed

at line 48
bool offsetExists($key)

Checks if $key exists.

Parameters

$key

Return Value

bool