|
Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
Handles the conversion of the scales included in the moodle.xml file. More...
Public Member Functions | |
| get_converter () | |
| get_paths () | |
| Registers paths. | |
| 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. | |
| on_scales_start () | |
| Prepare the file manager for the files embedded in the scale description field. | |
| process_scale (array $data, array $raw) | |
| This is executed every time we have one <SCALE> data available. More... | |
Protected Attributes | |
| moodle1_converter | $converter |
| moodle1_file_manager | $fileman = null |
| instance used to convert question images | |
Handles the conversion of the scales included in the moodle.xml file.
|
inherited |
| moodle1_converter | the converter that required this handler |
| moodle1_scales_handler::process_scale | ( | array | $data, |
| array | $raw | ||
| ) |
This is executed every time we have one <SCALE> data available.
| array | $data | |
| array | $raw |
| array |