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