Row
class Row extends ArrayHash
Represents a single database table row.
Methods
mixed
__get(mixed $key)
No description
bool
__isset(string $key)
No description
mixed
offsetGet(string|int $key)
Returns a item.
bool
offsetExists(string|int $key)
Checks if $key exists.
Details
at line 21
mixed
__get(mixed $key)
No description
at line 28
bool
__isset(string $key)
No description
at line 38
mixed
offsetGet(string|int $key)
Returns a item.
at line 57
bool
offsetExists(string|int $key)
Checks if $key exists.