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 |
public writeComment ( string $s ) : void | ||
$s | string | the message to display |
return | void |
public writeError ( string $s ) : void | ||
$s | string | the message to display |
return | void |
public writeQuestion ( string $s ) : void | ||
$s | string | the message to display |
return | void |