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 an item by key or numeric index.
bool
offsetExists(string|int $key)
Checks if a key or numeric index exists.
Details
at line 20
mixed
__get(mixed $key)
No description
at line 27
bool
__isset(string $key)
No description
at line 37
mixed
offsetGet(string|int $key)
Returns an item by key or numeric index.
at line 56
bool
offsetExists(string|int $key)
Checks if a key or numeric index exists.