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
class Poodle\SQL\TablesImplements: ArrayAccess, Countable
Methods public __construct ( Poodle\SQL $sql, $prefix ) __get ( $key ) __isset ( $key ) __set ( $key, $v ) count ( ) getTable ( $name ) loadTables ( $skip_cache = false ) offsetExists ( $k ) offsetGet ( $k ) offsetSet ( $k, $v ) offsetUnset ( $k ) prefix ( )
|