Class: Console_CommandLine_Outputter
Source Location: /Console_CommandLine-1.0.3/CommandLine/Outputter.php
Outputters common interface, all outputters must implement this interface.
Author(s):
Version:
Copyright:
Inherited Variables
Inherited Methods
Class Details
[line 36]
Outputters common interface, all outputters must implement this interface.
Method Detail
stderr [line 61]
void stderr(
string
$msg)
Process the output for a message that should be displayed on STDERR
Parameters:
string
$msg
—
the message to output
stdout [line 48]
void stdout(
string
$msg)
Process the output for a message that should be displayed on STDOUT
Parameters:
string
$msg
—
the message to output
Documentation generated on 2019年3月11日 15:25:46 -0400 by
phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.