You are here

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

Formats a note admonition.

Parameters

string|array $message:

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

File

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

Class

StyleInterface
Output style helpers.

Namespace

Symfony\Component\Console\Style

Code

public function note($message);