Class Shift8_Debug_Listener

Description

Provides a simple abstract function that defines how a Debug Listener must be constructed.

  • author: Paris Stamatopoulos
  • version: 0.1.1
  • abstract:
  • usedby: Shift8

Located in /Debug/Listener.php (line 27)


	
			
Direct descendents
Class Description
Shift8_Debug_Listener_Syslog Provides a Syslog debug listener that syslogs the messages retrieved from the Shift8 library
Shift8_Debug_Listener_Dummy Provides a dummy debug listener that simply print_r()s the message retrieved from the Shift8 library
Method Summary
void debug ( $message, mixed $message.)
Methods
debug (line 35)

Provides a simple mechanism for debuging the Shift8 library

  • abstract:
  • access: public
void debug ( $message, mixed $message.)
  • mixed $message.: Usually $message is an array containg the AJAM url, the parameters in which it was invoked, as well as the actual XML response from the remove server.
  • $message

Redefined in descendants as:

Documentation generated on Mon, 28 Dec 2009 17:42:49 +0200 by phpDocumentor 1.4.3