Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
moodle1_handler Class Reference

Base backup conversion handler. More...

Inheritance diagram for moodle1_handler:
loggable moodle1_info_handler moodle1_scales_handler moodle1_xml_handler moodle1_course_header_handler moodle1_course_outline_handler moodle1_files_handler moodle1_gradebook_handler moodle1_outcomes_handler moodle1_plugin_handler moodle1_question_bank_handler moodle1_roles_definition_handler moodle1_root_handler

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
 

Detailed Description

Base backup conversion handler.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ get_converter()

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

◆ log()

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.


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