Moodle  2.2.1
http://www.collinsharper.com
moodle1_handler Class Reference
Inheritance diagram for moodle1_handler:
Collaboration diagram for moodle1_handler:

Public Member Functions

 __construct (moodle1_converter $converter)
 get_converter ()
 log ($message, $level, $a=null, $depth=null, $display=false)

Protected Attributes

 $converter

Detailed Description

Base backup conversion handler

Definition at line 109 of file handlerlib.php.


Constructor & Destructor Documentation

__construct ( moodle1_converter converter)
Parameters:
moodle1_converter$converterthe converter that requires us

Definition at line 117 of file handlerlib.php.


Member Function Documentation

Returns:
moodle1_converter the converter that required this handler

Definition at line 124 of file handlerlib.php.

Here is the caller graph for this function:

log ( message,
level,
a = null,
depth = null,
display = false 
)

This function will be responsible for handling the params, and to call to the corresponding logger->process() once all modifications in params have been performed

Implements loggable.

Definition at line 137 of file handlerlib.php.

Here is the caller graph for this function:


Field Documentation

$converter [protected]

Definition at line 112 of file handlerlib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations