function OutputFormatterStyleInterface::apply
Applies the style to a given text.
2 methods override OutputFormatterStyleInterface::apply()
- NullOutputFormatterStyle::apply in vendor/
symfony/ console/ Formatter/ NullOutputFormatterStyle.php - Applies the style to a given text.
- OutputFormatterStyle::apply in vendor/
symfony/ console/ Formatter/ OutputFormatterStyle.php - Applies the style to a given text.
File
-
vendor/
symfony/ console/ Formatter/ OutputFormatterStyleInterface.php, line 49
Class
- OutputFormatterStyleInterface
- Formatter style interface for defining styles.
Namespace
Symfony\Component\Console\FormatterCode
public function apply(string $text) : string;