PHP Class Pinq\Tests\Integration\Caching\ArrayAccessCacheImplementation

Author: Elliot Levin ([email protected])
Inheritance: implements ArrayAccess, implements IteratorAggregate
Show file Open project: timetoogo/pinq

Public Methods

Method Description
getIterator ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

getIterator() public method

public getIterator ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )