N98\Util\Console\Helper\Table\Renderer\RendererInterface::render PHP Метод

render() публичный Метод

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.
Результат void
    public function render(OutputInterface $output, array $rows);
RendererInterface