Class DebugHandlerPrinterInterface

Description

the DebugHandlerPrinter interface defines the required methods for a DebugHandlerPrinter class

  • version: $Id: DebugHandlerPrinter.interface.php,v 1.3 2005/01/19 21:09:59 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/debugHandler/DebugHandlerPrinter.interface.php (line 14)


	
			
Direct descendents
Class Description
NewWindowDebugHandlerPrinter the NewWindowDebugHandlerPrinter prints debug items to a new HTML window.
PlainTextDebugHandlerPrinter the PlainTextDebugHandlerPrinter prints debug items right to stdout
Method Summary
void printDebugHandler (object DebugHandler $debugHandler, [int $level = null], [optional $category = ""])
Methods
printDebugHandler (line 24)

Outputs the DebugItems in $debugHandler.

  • access: public
void printDebugHandler (object DebugHandler $debugHandler, [int $level = null], [optional $category = ""])
  • object DebugHandler $debugHandler: The DebugHandler object to output.
  • int $level: The level to output. All output < $level will be displayed. Default = user Handler's internal output level.
  • optional $category: string $category Limit output to only items under $category.

Redefined in descendants as:

Documentation generated on Wed, 19 Sep 2007 10:22:40 -0400 by phpDocumentor 1.3.0RC3