PHP Класс PhpSpec\Wrapper\Subject\Expectation\DispatcherDecorator

Наследование: extends Decorator, implements PhpSpec\Wrapper\Subject\Expectation\Expectation
Показать файл Открыть проект

Открытые методы

Метод Описание
__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