PHP Interface Phrozn\Outputter

Author: Victor Farazdagi
Afficher le fichier Open project: farazdagi/phrozn

Méthodes publiques

Méthode Description
stderr ( string $msg, string $status = self::STATUS_FAIL ) : Phrozn\Outputter Processes the output for a message that should be displayed on STDERR.
stdout ( string $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter Processes the output for a message that should be displayed on STDOUT.

Method Details

stderr() public méthode

Processes the output for a message that should be displayed on STDERR.
public stderr ( string $msg, string $status = self::STATUS_FAIL ) : Phrozn\Outputter
$msg string The message to output
$status string Output status
Résultat Phrozn\Outputter

stdout() public méthode

Processes the output for a message that should be displayed on STDOUT.
public stdout ( string $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter
$msg string The message to output
$status string Output status
Résultat Phrozn\Outputter