horizontalTable()
Syntax
use Symfony\Component\Console\Style\SymfonyStyle;
protected function execute(InputInterface output)
{
input, io->horizontalTable(
[‘ISBN’, ‘Title’, ‘Author’],
[
// … the rows …
]
);
}
use Symfony\Component\Console\Style\SymfonyStyle;
protected function execute(InputInterface output)
{
input, io->horizontalTable(
[‘ISBN’, ‘Title’, ‘Author’],
[
// … the rows …
]
);
}