CascadingDictionary
in package
implements
ArrayAccess, IteratorAggregate
FinalYes
Table of Contents
Interfaces
- ArrayAccess
- IteratorAggregate
Methods
- __construct() : mixed
- getIterator() : Traversable
- offsetExists() : bool
- offsetGet() : mixed
- offsetSet() : void
- offsetUnset() : void
Methods
__construct()
public
__construct() : mixed
getIterator()
public
getIterator() : Traversable
Return values
TraversableoffsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
- $offset : mixed
Return values
booloffsetGet()
public
& offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Attributes
- #[ReturnTypeWillChange]
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
- $offset : mixed
- $value : mixed
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
- $offset : mixed