You are here

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

Formats an warning result bar.

Parameters

string|array $message:

1 method overrides StyleInterface::warning()
SymfonyStyle::warning in vendor/symfony/console/Style/SymfonyStyle.php
Formats an warning result bar.

File

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

Class

StyleInterface
Output style helpers.

Namespace

Symfony\Component\Console\Style

Code

public function warning($message);