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

Afficher le fichier Open project: netz98/n98-magerun

Méthodes publiques

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

Method Details

render() public méthode

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.
Résultat void