Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
Base backup conversion handler. More...
Public Member Functions | |
__construct (moodle1_converter $converter) | |
get_converter () | |
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. More... | |
Protected Attributes | |
moodle1_converter | $converter |
Base backup conversion handler.
moodle1_handler::__construct | ( | moodle1_converter | $converter | ) |
moodle1_converter | $converter | the converter that requires us |
moodle1_handler::get_converter | ( | ) |
moodle1_converter | the converter that required this handler |
moodle1_handler::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.