CascadingDictionary
implements
ArrayAccess, IteratorAggregate
Table of Contents
Interfaces
- ArrayAccess
- IteratorAggregate
Methods
-
__construct()
: mixed
-
getIterator()
: Traversable
-
offsetExists()
: bool
-
offsetGet()
: mixed
-
offsetSet()
: void
-
offsetUnset()
: void
__construct()
public
__construct() : mixed
getIterator()
public
getIterator() : Traversable
Return values
Traversable
offsetExists()
public
offsetExists(mixed $offset) : bool
Parameters
-
$offset
: mixed
-
offsetGet()
public
& offsetGet(mixed $offset) : mixed
Parameters
-
$offset
: mixed
-
offsetSet()
public
offsetSet(mixed $offset, mixed $value) : void
Parameters
-
$offset
: mixed
-
-
$value
: mixed
-
offsetUnset()
public
offsetUnset(mixed $offset) : void
Parameters
-
$offset
: mixed
-