Row
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
at line 30
mixed
offsetGet($key)
Returns a item.
at line 48
bool
offsetExists($key)
Checks if $key exists.