Méthode |
Description |
|
__call ( string $method, array $arguments = [] ) : mixed | Subject |
|
|
__construct ( mixed $subject, Wrapper $wrapper, WrappedObject $wrappedObject, Caller $caller, SubjectWithArrayAccess $arrayAccess, ExpectationFactory $expectationFactory ) |
|
|
__get ( string $property ) : string | Subject |
|
|
__invoke ( ) : Subject |
|
|
__set ( string $property, mixed $value = null ) : mixed |
|
|
beAnInstanceOf ( string $className, array $arguments = [] ) |
|
|
beConstructedThrough ( array | string $factoryMethod, array $arguments = [] ) |
|
|
beConstructedWith ( ) |
|
|
callOnWrappedObject ( string $method, array $arguments = [] ) : Subject |
|
|
getFromWrappedObject ( string $property ) : string | Subject |
|
|
getWrappedObject ( ) : mixed |
|
|
offsetExists ( string | integer $key ) : Subject |
|
|
offsetGet ( string | integer $key ) : Subject |
|
|
offsetSet ( string | integer $key, mixed $value ) |
|
|
offsetUnset ( string | integer $key ) |
|
|
setToWrappedObject ( string $property, mixed $value = null ) : mixed |
|
|