extends |
ArrayAccess<array-key, mixed> |
---|
Provides a standard interface to an underlying object or array and its values
Methods | ||
---|---|---|
public
|
__construct(mixed[]|object &$value = [])
|
# |
public
|
getValue(): mixed[]|object
|
# |
public
|
getPath(): array<array-key>
|
# |
public
|
offsetGet($offset): static|resource|int|float|string|bool|null
|
# |
Methods inherited from ArrayAccess |
---|
offsetExists(), offsetSet(), offsetUnset() |