class Row extends ArrayHash implements IRow

Represents a single table row.

Methods

never
__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 20
never __get(mixed $key)

No description

Parameters

mixed $key

Return Value

never

at line 27
bool __isset(string $key)

No description

Parameters

string $key

Return Value

bool

at line 37
mixed offsetGet(string|int $key)

Returns a item.

Parameters

string|int $key

key or index

Return Value

mixed

at line 56
bool offsetExists(string|int $key)

Checks if $key exists.

Parameters

string|int $key

key or index

Return Value

bool