PHP Interface N98\Util\Console\Helper\Table\Renderer\RendererInterface

Datei anzeigen Open project: netz98/n98-magerun

Public Methods

Method Description
render ( Symfony\Component\Console\Output\OutputInterface $output, array $rows ) : void

Method Details

render() public method

public render ( Symfony\Component\Console\Output\OutputInterface $output, array $rows ) : void
$output Symfony\Component\Console\Output\OutputInterface
$rows array headers are expected to be the keys of the first row.
return void