PHP 클래스 PhpSpec\Wrapper\Subject\Expectation\ConstructorDecorator

상속: extends Decorator, implements PhpSpec\Wrapper\Subject\Expectation\Expectation
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation )
match ( string $alias, mixed $subject, array $arguments = [], WrappedObject $wrappedObject = null ) : boolean

메소드 상세

__construct() 공개 메소드

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

match() 공개 메소드

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