You are here

public function StyleInterface::table in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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\Style

Code

public function table(array $headers, array $rows);