PHP Interface Webmozart\Console\Api\Formatter\Formatter

Since: 1.0
Author: Bernhard Schussek ([email protected])
Afficher le fichier Open project: webmozart/console Interface Usage Examples

Méthodes publiques

Méthode Description
format ( string $string, Style $style = null ) : string Formats the given string.
removeFormat ( string $string ) : string Removes the format tags from the given string.

Method Details

format() public méthode

Formats the given string.
public format ( string $string, Style $style = null ) : string
$string string The string to format.
$style Style The style to use.
Résultat string The formatted string.

removeFormat() public méthode

Removes the format tags from the given string.
public removeFormat ( string $string ) : string
$string string The string to remove the format tags from.
Résultat string The string without format tags.