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 22
__get($key)

No description

Parameters

$key

at line 33
mixed offsetGet($key)

Returns a item.

Parameters

$key

Return Value

mixed

at line 51
bool offsetExists($key)

Checks if $key exists.

Parameters

$key

Return Value

bool