You are here

public function OutputFormatterStyleInterface::apply in Zircon Profile 8

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

Applies the style to a given text.

Parameters

string $text The text to style:

Return value

string

1 method overrides OutputFormatterStyleInterface::apply()
OutputFormatterStyle::apply in vendor/symfony/console/Formatter/OutputFormatterStyle.php
Applies the style to a given text.

File

vendor/symfony/console/Formatter/OutputFormatterStyleInterface.php, line 63

Class

OutputFormatterStyleInterface
Formatter style interface for defining styles.

Namespace

Symfony\Component\Console\Formatter

Code

public function apply($text);