PHP 클래스 Webmozart\Console\Formatter\PlainFormatter

부터: 1.0
저자: Bernhard Schussek ([email protected])
상속: implements Webmozart\Console\Api\Formatter\Formatter
파일 보기 프로젝트 열기: webmozart/console 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( StyleSet $styleSet = null ) Creates the formatter.
format ( $string, Style $style = null )
removeFormat ( $string )

메소드 상세

__construct() 공개 메소드

Creates the formatter.
public __construct ( StyleSet $styleSet = null )
$styleSet Webmozart\Console\Api\Formatter\StyleSet The style set to use.

format() 공개 메소드

public format ( $string, Style $style = null )
$style Webmozart\Console\Api\Formatter\Style

removeFormat() 공개 메소드

public removeFormat ( $string )