Methods |
public
|
__construct(array &$options = [])
|
#
|
public
|
toArray(): array
Get the instance as an array.
Get the instance as an array.
Implements
|
#
|
public
|
__serialize(): array
|
#
|
public
|
__unserialize(array $data): void
|
#
|
public
|
replace(array $options): $this
Replace keys recursively
|
#
|
public
|
diff(array $values): array
Return copy of array of options differing from $values
Return copy of array of options differing from $values
|
#
|
public
|
merge(array $options): $this
Merge keys recursively appending same-keys
Merge keys recursively appending same-keys
|
#
|
public
|
offsetExists($offset)
|
#
|
public
|
offsetGet($offset)
Actually this should be return by ref but atm cannot be.
Actually this should be return by ref but atm cannot be.
Implements
|
#
|
public
|
offsetSet($offset, $value)
|
#
|
public
|
offsetUnset($offset)
|
#
|