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

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

공개 메소드들

메소드 설명
__construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Matcher\Matcher $matcher, ExampleNode $example )
match ( string $alias, mixed $subject, array $arguments = [] ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Matcher\Matcher $matcher, ExampleNode $example )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$matcher PhpSpec\Matcher\Matcher
$example PhpSpec\Loader\Node\ExampleNode

match() 공개 메소드

public match ( string $alias, mixed $subject, array $arguments = [] ) : boolean
$alias string
$subject mixed
$arguments array
리턴 boolean