final | |
---|---|
implements |
ArrayAccess<array-key, mixed> |
Methods | ||
---|---|---|
public
|
__construct(mixed[]|object &$value = [], bool $addMissingKeys = false, bool $addMissingProperties = false)
|
# |
public
|
getValue(): mixed[]|object
|
# |
public
|
getPath(): array-key[]
|
# |
public
|
offsetExists(array-key $offset): bool
|
# |
public
|
offsetGet(array-key $offset): static|resource|int|float|string|bool|null
|
# |
public
|
offsetSet(array-key|null $offset, $value): void
|
# |
public
|
offsetUnset(array-key $offset): void
|
# |