PHP Interface Potsky\LaravelLocalizationHelpers\Factory\MessageBagInterface

Afficher le fichier Open project: potsky/laravel-localization-helpers Interface Usage Examples

Méthodes publiques

Méthode 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 méthode

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

writeError() public méthode

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

writeInfo() public méthode

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

writeLine() public méthode

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

writeQuestion() public méthode

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