PhpSpec\Formatter\Html\ReportItemFactory::__construct PHP Method

__construct() public method

public __construct ( PhpSpec\Formatter\Template $template )
$template PhpSpec\Formatter\Template
    public function __construct(TemplateInterface $template)
    {
        $this->template = $template;
    }