|
Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
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. | |
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.