You are here

public function OutputFormatterInterface::format in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/console/Formatter/OutputFormatterInterface.php \Symfony\Component\Console\Formatter\OutputFormatterInterface::format()

Formats a message according to the given styles.

Parameters

string $message The message to style:

Return value

string The styled message

1 method overrides OutputFormatterInterface::format()
OutputFormatter::format in vendor/symfony/console/Formatter/OutputFormatter.php
Formats a message according to the given styles.

File

vendor/symfony/console/Formatter/OutputFormatterInterface.php, line 68

Class

OutputFormatterInterface
Formatter interface for console output.

Namespace

Symfony\Component\Console\Formatter

Code

public function format($message);