Deprecated: Return type of Poodle\SQL\Tables::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 210
Deprecated: Return type of Poodle\SQL\Tables::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 211
Deprecated: Return type of Poodle\SQL\Tables::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 212
Deprecated: Return type of Poodle\SQL\Tables::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 213
Deprecated: Return type of Poodle\SQL\Tables::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tables.php on line 216
Deprecated: Return type of Poodle\SQL\TableRow::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tablerow.php on line 105
Deprecated: Return type of Poodle\SQL\TableRow::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tablerow.php on line 104
Deprecated: Return type of Poodle\SQL\TableRow::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tablerow.php on line 106
Deprecated: Return type of Poodle\SQL\TableRow::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /usr/share/php/poodle/sql/tablerow.php on line 107
class Poodle\SQL\TableRowImplements: ArrayAccess
Methods public __construct ( ?Poodle\SQL\Table $table = NULL, $id_field = '' ) __get ( $key ) __isset ( $key ) __set ( $key, $value ) __unset ( $key ) delete ( ) offsetExists ( $key ) offsetGet ( $key ) offsetSet ( $key, $value ) offsetUnset ( $key ) save ( )
|