PHP Class Phrozn\Outputter\PlainOutputter

Author: Victor Farazdagi
Inheritance: implements Phrozn\Outputter
Afficher le fichier Open project: farazdagi/phrozn Class Usage Examples

Méthodes publiques

Méthode Description
stderr ( string $msg, string $status = self::STATUS_FAIL ) : Phrozn\Outputter Writes the message $msg to STDERR.
stdout ( string $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter Writes the message $msg to STDOUT.

Method Details

stderr() public méthode

Writes the message $msg to 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

Writes the message $msg to STDOUT.
public stdout ( string $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter
$msg string The message to output
$status string Ignored
Résultat Phrozn\Outputter