Class DebugModule

Module
   |
   +----DebugModule

Located in File: Program_Root/debug.mod.php


DebugModule
 This module takes the debug and noop options to control the
 debug-messages.
 Options:
 debug: show debug-message.
 noop: no action (don't send mail)
 

Class Variable Summary
$name
Default Value: ->"DebugModule"<-
$id
Default Value: ->MOD_DEBUG<-
$execlevel
Default Value: ->1<-

Method Summary
DebugModule ( )
Constructor
before_action ( )
Before action
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name



$id



$execlevel




Function Detail

DebugModule

DebugModule ( )

Constructor
 Define options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check the options and set the specified values

Function Parameters:
Function Info:

do_action

do_action ( )

Do action

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: