PHP 인터페이스 Webmozart\Console\Api\Formatter\Formatter

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: webmozart/console 0 사용 예제들

공개 메소드들

메소드 설명
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.