Console_CommandLine
[ class tree: Console_CommandLine ] [ index: Console_CommandLine ] [ all elements ]

Class: Console_CommandLine_Outputter

Source Location: /Console_CommandLine-1.2.0/Console/CommandLine/Outputter.php

Class Overview


Outputters common interface, all outputters must implement this interface.


Author(s):

Version:

  • Release: 1.2.0

Copyright:

  • 2007 David JEAN LOUIS

Methods


Inherited Variables

Inherited Methods


Class Details

[line 37]
Outputters common interface, all outputters must implement this interface.


[ Top ]


Method Detail

stderr   [line 60]

void stderr( string $msg)

Processes the output for a message that should be displayed on STDERR.
  • Access: public

Parameters:

string   $msg   —  The message to output

[ Top ]

stdout   [line 48]

void stdout( string $msg)

Processes the output for a message that should be displayed on STDOUT.
  • Access: public

Parameters:

string   $msg   —  The message to output

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:51:32 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.