PHP 클래스 PhpBench\Report\Renderer\DelimitedRenderer

상속: implements PhpBench\Report\RendererInterface, implements PhpBench\Console\OutputAwareInterface
파일 보기 프로젝트 열기: dantleech/phpbench

공개 메소드들

메소드 설명
configure ( Symfony\Component\OptionsResolver\OptionsResolver $options )
render ( PhpBench\Dom\Document $reportDom, Config $config ) Render the table.
setOutput ( Symfony\Component\Console\Output\OutputInterface $output )

보호된 메소드들

메소드 설명
renderTableElement ( PhpBench\Dom\Element $tableEl, $config )

메소드 상세

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

renderTableElement() 보호된 메소드

protected renderTableElement ( PhpBench\Dom\Element $tableEl, $config )
$tableEl PhpBench\Dom\Element

setOutput() 공개 메소드

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