PhpBench\Report\GeneratorInterface::generate PHP Метод

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

Generate the report document from the suite result document.
public generate ( SuiteCollection $collection, Config $config ) : PhpBench\Dom\Document
$collection PhpBench\Model\SuiteCollection
$config PhpBench\Registry\Config
Результат PhpBench\Dom\Document
    public function generate(SuiteCollection $collection, Config $config);
GeneratorInterface