Methods |
public
|
__construct(&$value = [], bool $addMissingKeys = false, bool $addMissingProperties = false)
Creates a new Graph object
Creates a new Graph object
Implements
|
#
|
public
|
getValue()
Get the underlying object or array
Get the underlying object or array
Implements
|
#
|
public
|
getPath(): array
Get the properties or keys traversed to reach the current value
Get the properties or keys traversed to reach the current value
Implements
|
#
|
public
|
offsetExists(array-key $offset): bool
|
#
|
public
|
offsetGet(array-key $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(array-key|null $offset, $value): void
|
#
|
public
|
offsetUnset(array-key $offset): void
|
#
|