PhpSpec\Formatter\Presenter\SimplePresenter::__construct PHP Method

__construct() public method

public __construct ( PhpSpec\Formatter\Presenter\Value\ValuePresenter $valuePresenter, PhpSpec\Formatter\Presenter\Exception\ExceptionPresenter $exceptionPresenter )
$valuePresenter PhpSpec\Formatter\Presenter\Value\ValuePresenter
$exceptionPresenter PhpSpec\Formatter\Presenter\Exception\ExceptionPresenter
    public function __construct(ValuePresenter $valuePresenter, ExceptionPresenter $exceptionPresenter)
    {
        $this->valuePresenter = $valuePresenter;
        $this->exceptionPresenter = $exceptionPresenter;
    }