MetaOutput Class Reference
[MetaConfiguration's base classes]

List of all members.

Public Member Functions

 __construct (TextOutput $out)
 getOutput ()
 
Returns:
TextOutput

 newLine ()
 
Returns:
MetaOutput

 log ($text, $bold=false)
 
Returns:
MetaOutput

 logLine ($text, $bold=false)
 
Returns:
MetaOutput

 info ($text, $bold=false)
 
Returns:
MetaOutput

 infoLine ($text, $bold=false)
 
Returns:
MetaOutput

 warning ($text)
 
Returns:
MetaOutput

 warningLine ($text)
 
Returns:
MetaOutput

 error ($text, $bold=false)
 
Returns:
MetaOutput

 errorLine ($text, $bold=false)
 
Returns:
MetaOutput

 remark ($text)
 
Returns:
MetaOutput

 remarkLine ($text)
 
Returns:
MetaOutput


Private Member Functions

 defaultText ($text, $color, $bold)
 
Returns:
MetaOutput

 defaultTextLine ($text, $color, $bold)
 
Returns:
MetaOutput


Private Attributes

 $out = null


Detailed Description

Definition at line 16 of file MetaOutput.class.php.


Constructor & Destructor Documentation

MetaOutput::__construct ( TextOutput out  ) 

Definition at line 20 of file MetaOutput.class.php.


Member Function Documentation

MetaOutput::getOutput (  ) 

Returns:
TextOutput

Definition at line 28 of file MetaOutput.class.php.

MetaOutput::newLine (  ) 

Returns:
MetaOutput

Definition at line 36 of file MetaOutput.class.php.

MetaOutput::log ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 46 of file MetaOutput.class.php.

References defaultText(), and ConsoleMode::FG_WHITE.

Here is the call graph for this function:

MetaOutput::logLine ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 54 of file MetaOutput.class.php.

References defaultTextLine(), and ConsoleMode::FG_WHITE.

Here is the call graph for this function:

MetaOutput::info ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 62 of file MetaOutput.class.php.

References defaultText(), and ConsoleMode::FG_GREEN.

Here is the call graph for this function:

MetaOutput::infoLine ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 70 of file MetaOutput.class.php.

References defaultTextLine(), and ConsoleMode::FG_GREEN.

Here is the call graph for this function:

MetaOutput::warning ( text  ) 

Returns:
MetaOutput

Definition at line 78 of file MetaOutput.class.php.

References defaultText(), and ConsoleMode::FG_BROWN.

Here is the call graph for this function:

MetaOutput::warningLine ( text  ) 

Returns:
MetaOutput

Definition at line 86 of file MetaOutput.class.php.

References defaultTextLine(), and ConsoleMode::FG_BROWN.

Here is the call graph for this function:

MetaOutput::error ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 94 of file MetaOutput.class.php.

References defaultText(), and ConsoleMode::FG_RED.

Here is the call graph for this function:

MetaOutput::errorLine ( text,
bold = false 
)

Returns:
MetaOutput

Definition at line 102 of file MetaOutput.class.php.

References defaultTextLine(), and ConsoleMode::FG_RED.

Here is the call graph for this function:

MetaOutput::remark ( text  ) 

Returns:
MetaOutput

Definition at line 110 of file MetaOutput.class.php.

References defaultText(), and ConsoleMode::FG_BLUE.

Here is the call graph for this function:

MetaOutput::remarkLine ( text  ) 

Returns:
MetaOutput

Definition at line 118 of file MetaOutput.class.php.

References defaultTextLine(), and ConsoleMode::FG_BLUE.

Here is the call graph for this function:

MetaOutput::defaultText ( text,
color,
bold 
) [private]

Returns:
MetaOutput

Definition at line 126 of file MetaOutput.class.php.

References ConsoleMode::ATTR_BOLD, ConsoleMode::ATTR_RESET_ALL, and ConsoleMode::BG_BLACK.

Referenced by error(), info(), log(), remark(), and warning().

MetaOutput::defaultTextLine ( text,
color,
bold 
) [private]

Returns:
MetaOutput

Definition at line 145 of file MetaOutput.class.php.

References ConsoleMode::ATTR_BOLD, ConsoleMode::ATTR_RESET_ALL, and ConsoleMode::BG_BLACK.

Referenced by errorLine(), infoLine(), logLine(), remarkLine(), and warningLine().


Member Data Documentation

MetaOutput::$out = null [private]

Definition at line 18 of file MetaOutput.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:57:56 2007 for onPHP by  doxygen 1.5.4