Deprecated: Return type of Poodle\Config::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/config/config.php on line 183
Deprecated: Return type of Poodle\Config::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/config/config.php on line 184
Deprecated: Return type of Poodle\Config::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/config/config.php on line 185
Deprecated: Return type of Poodle\Config::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/config/config.php on line 186
class Poodle\ConfigImplements: ArrayAccess
Constants integer TYPE_INT integer TYPE_STR
Methods public static load ( ) removeFromCache ( ) public __construct ( $__set_state = false ) __destruct ( ) __wakeup ( ) add ( string $section, string $key, $value ) delete ( string $section, ?string $key = NULL ) get ( string $section, string $key ) offsetExists ( $k ) offsetGet ( $k ) offsetSet ( $k, $v ) offsetUnset ( $k ) onShutdown ( ) set ( string $section, string $key, $value )
|