PHP Class InterNations\Component\HttpMock\PHPUnit\HttpMockFacadeMap

Inheritance: implements ArrayAcces\ArrayAccess
Afficher le fichier Open project: internations/http-mock

Méthodes publiques

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

Method Details

__clone() public méthode

public __clone ( )

__construct() public méthode

public __construct ( array $facadeMap )
$facadeMap array

__get() public méthode

public __get ( $property )

all() public méthode

public all ( )

each() public méthode

public each ( callable $callback )
$callback callable

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )