PHP Интерфейс Webmozart\Console\Api\Formatter\Formatter

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
format ( string $string, Style $style = null ) : string Formats the given string.
removeFormat ( string $string ) : string Removes the format tags from the given string.

Описание методов

format() публичный Метод

Formats the given string.
public format ( string $string, Style $style = null ) : string
$string string The string to format.
$style Style The style to use.
Результат string The formatted string.

removeFormat() публичный Метод

Removes the format tags from the given string.
public removeFormat ( string $string ) : string
$string string The string to remove the format tags from.
Результат string The string without format tags.