You are here

public function StyleInterface::section 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::section()

Formats a section title.

Parameters

string $message:

1 method overrides StyleInterface::section()
SymfonyStyle::section in vendor/symfony/console/Style/SymfonyStyle.php
Formats a section title.

File

vendor/symfony/console/Style/StyleInterface.php, line 33

Class

StyleInterface
Output style helpers.

Namespace

Symfony\Component\Console\Style

Code

public function section($message);