Documentation

CascadingDictionary
in package
implements ArrayAccess, IteratorAggregate

Table of Contents

Interfaces

ArrayAccess
IteratorAggregate

Methods

__construct()  : mixed
getIterator()  : Traversable
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void

Methods

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public & offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed
Attributes
#[ReturnTypeWillChange]

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

        
On this page

Search results