PHP Class PhpBench\Extensions\XDebug\Renderer\TraceRenderer

Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
__construct ( )
render ( Suite $suite, Symfony\Component\Console\Output\OutputInterface $output, $options = [] )

Private Methods

Méthode Description
renderEntries ( DOMNode $trace, $table, array $options, $padding )
renderFunction ( DOMNode $entryEl, $padding, array $options )
renderIteration ( $iteration, $output, array $options )

Method Details

__construct() public méthode

public __construct ( )

render() public méthode

public render ( Suite $suite, Symfony\Component\Console\Output\OutputInterface $output, $options = [] )
$suite PhpBench\Model\Suite
$output Symfony\Component\Console\Output\OutputInterface