Copied!
  • implements \ArrayAccess<string,string>
CloneableInstantiable
Methods
public __construct(array $current)
 
  • param array<string,string> $current
public __get(string $field) : ?mixed
public __set(string $field, ?mixed $value) : void
public empty() : bool
public isset(string $field) : bool
public offsetExists( $offset) : bool
public offsetGet( $offset) : ?mixed
public offsetSet( $offset, $value) : void
public offsetUnset( $offset) : void
public toArray() : array
 
  • return array<string,mixed>
Properties
protected array $current
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration