PHP 인터페이스 Potsky\LaravelLocalizationHelpers\Factory\MessageBagInterface

파일 보기 프로젝트 열기: potsky/laravel-localization-helpers 0 사용 예제들

공개 메소드들

메소드 설명
writeComment ( string $s ) : void Add a comment message
writeError ( string $s ) : void Add an error message
writeInfo ( string $s ) : void Add an info message
writeLine ( string $s ) : void Add a simple message
writeQuestion ( string $s ) : void Add a question message

메소드 상세

writeComment() 공개 메소드

Add a comment message
public writeComment ( string $s ) : void
$s string the message to display
리턴 void

writeError() 공개 메소드

Add an error message
public writeError ( string $s ) : void
$s string the message to display
리턴 void

writeInfo() 공개 메소드

Add an info message
public writeInfo ( string $s ) : void
$s string the message to display
리턴 void

writeLine() 공개 메소드

Add a simple message
public writeLine ( string $s ) : void
$s string the message to display
리턴 void

writeQuestion() 공개 메소드

Add a question message
public writeQuestion ( string $s ) : void
$s string the message to display
리턴 void