PhpSpec\Runner\ExampleRunner::__construct PHP Метод

__construct() публичный Метод

public __construct ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Formatter\Presenter\Presenter $presenter )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$presenter PhpSpec\Formatter\Presenter\Presenter
    public function __construct(EventDispatcherInterface $dispatcher, Presenter $presenter)
    {
        $this->dispatcher = $dispatcher;
        $this->presenter = $presenter;
    }