PHP Class InterNations\Component\HttpMock\PHPUnit\HttpMockFacadeMap

Inheritance: implements ArrayAcces\ArrayAccess
Show file Open project: internations/http-mock

Public Methods

Method Description
__clone ( )
__construct ( array $facadeMap )
__get ( $property )
all ( )
each ( callable $callback )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )

Method Details

__clone() public method

public __clone ( )

__construct() public method

public __construct ( array $facadeMap )
$facadeMap array

__get() public method

public __get ( $property )

all() public method

public all ( )

each() public method

public each ( callable $callback )
$callback callable

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 )