Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | Protected Attributes | List of all members
moodle1_scales_handler Class Reference

Handles the conversion of the scales included in the moodle.xml file. More...

Inheritance diagram for moodle1_scales_handler:
moodle1_handler loggable

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
 

Detailed Description

Handles the conversion of the scales included in the moodle.xml file.

Member Function Documentation

◆ get_converter()

moodle1_handler::get_converter ( )
inherited
Return values
moodle1_converterthe converter that required this handler

◆ process_scale()

moodle1_scales_handler::process_scale ( array  $data,
array  $raw 
)

This is executed every time we have one <SCALE> data available.

Parameters
array$data
array$raw
Return values
array

The documentation for this class was generated from the following file: