PHP Interface Potsky\LaravelLocalizationHelpers\Factory\MessageBagInterface

Datei anzeigen Open project: potsky/laravel-localization-helpers Interface Usage Examples

Public Methods

Method Description
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

Method Details

writeComment() public method

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

writeError() public method

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

writeInfo() public method

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

writeLine() public method

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

writeQuestion() public method

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