PHP 클래스 PhpBench\Report\Renderer\XsltRenderer

상속: implements PhpBench\Report\RendererInterface, implements PhpBench\Console\OutputAwareInterface
파일 보기 프로젝트 열기: dantleech/phpbench 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

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

configure() 공개 메소드

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

render() 공개 메소드

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

setOutput() 공개 메소드

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