- implements \ArrayAccess<string,string>
CloneableInstantiable
- Children
- Implements
ArrayAccess
Methods |
public __construct(array $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
|
Properties |
protected array $current |