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 22
__get($key)
No description
at line 33
mixed
offsetGet($key)
Returns a item.
at line 51
bool
offsetExists($key)
Checks if $key exists.