public function StyleInterface::table in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/console/Style/StyleInterface.php \Symfony\Component\Console\Style\StyleInterface::table()
Formats a table.
Parameters
array $headers:
array $rows:
1 method overrides StyleInterface::table()
- SymfonyStyle::table in vendor/
symfony/ console/ Style/ SymfonyStyle.php - Formats a table.
File
- vendor/
symfony/ console/ Style/ StyleInterface.php, line 90
Class
- StyleInterface
- Output style helpers.
Namespace
Symfony\Component\Console\StyleCode
public function table(array $headers, array $rows);