PHP Class PhpBench\Report\Renderer\XsltRenderer

Inheritance: implements PhpBench\Report\RendererInterface, implements PhpBench\Console\OutputAwareInterface
Show file Open project: dantleech/phpbench Class Usage Examples

Public Methods

Method Description
__construct ( Formatter $formatter )
configure ( Symfony\Component\OptionsResolver\OptionsResolver $options )
render ( PhpBench\Dom\Document $reportDom, Config $config ) Render the table.
setOutput ( Symfony\Component\Console\Output\OutputInterface $output )

Method Details

__construct() public method

public __construct ( Formatter $formatter )
$formatter PhpBench\Formatter\Formatter

configure() public method

public configure ( Symfony\Component\OptionsResolver\OptionsResolver $options )
$options Symfony\Component\OptionsResolver\OptionsResolver

render() public method

Render the table.
public render ( PhpBench\Dom\Document $reportDom, Config $config )
$reportDom PhpBench\Dom\Document
$config PhpBench\Registry\Config

setOutput() public method

public setOutput ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface