Class: I2CE Module Debugging (4.0.6)
This article describes the class I2CE_Module_Debugging .
- Extends the class: I2CE_Module.
- Location: Part of the module MooTools in the package I2CE 4.0.6-release
- Source: Defined in the file modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 31
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: Demo-v1.a
- The module that Debuggin infor
Variables
$errors
An array of javavscript error messages
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 45
- Type: protected $errors
Methods
__construct()
The constructor
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 36
- Signature: public function __construct()
createArgument()
Displays an object nicely
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 183
- Signature: protected function createArgument($arg,$addNode,$id)
- Parameters:
- $arg
- $addNode
- $id
createError()
Creates an error message in the given document @param DOMDocument $doc
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 127
- Signature: protected function createError($msg)
- Parameters:
- string $msg
The error message
- string $msg
- Returns: DOMNode
getHooks()
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 49
- Signature: static public function getHooks()
processErrors()
returns false as we do not want to do a redirect.
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 117
- Signature: public function processErrors($args)
- Parameters:
- $args
writeOutJS()
Make a call to process any delayed errors. make sure that the error div, if it exists, is the last thing on the body @param I2CE_Template $template
- Defined in i2ce/modules/MooTools/modules/Debugger/I2CE_Module_Debugging.php on line 63
- Signature: public function writeOutJS($args)
- Parameters:
- $args
Inherited Methods
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
getCLIHooks()
This public method is inherited from I2CE_Module->getCLIHooks()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
getMethods()
This public method is inherited from I2CE_Module->getMethods()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()