PHP Class PhpSpec\Wrapper\Subject\Expectation\ConstructorDecorator

Inheritance: extends Decorator, implements PhpSpec\Wrapper\Subject\Expectation\Expectation
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
match ( string $alias, mixed $subject, array $arguments = [], WrappedObject $wrappedObject = null ) : boolean

Method Details

__construct() public méthode

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation

match() public méthode

public match ( string $alias, mixed $subject, array $arguments = [], WrappedObject $wrappedObject = null ) : boolean
$alias string
$subject mixed
$arguments array
$wrappedObject PhpSpec\Wrapper\Subject\WrappedObject
Résultat boolean