PHP Class N98\Util\Console\Helper\Table\Renderer\TextRenderer

Inheritance: implements N98\Util\Console\Helper\Table\Renderer\RendererInterface
Afficher le fichier Open project: netz98/n98-magerun Class Usage Examples

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