PhpSpec\Formatter\Html\ReportFailedItem::__construct PHP Метод

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

public __construct ( PhpSpec\Formatter\Template $template, ExampleEvent $event, PhpSpec\Formatter\Presenter\Presenter $presenter )
$template PhpSpec\Formatter\Template
$event PhpSpec\Event\ExampleEvent
$presenter PhpSpec\Formatter\Presenter\Presenter
    public function __construct(TemplateInterface $template, ExampleEvent $event, Presenter $presenter)
    {
        $this->template = $template;
        $this->event = $event;
        $this->presenter = $presenter;
    }