PHP Класс N98\Util\Console\Helper\Table\Renderer\TextRenderer
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
render ( Symfony\Component\Console\Output\OutputInterface $output, array $rows ) : void |
|
|
Описание методов
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 |
|