Moodle APIs 4.1
Moodle 4.1.9+ (Build: 20240402)
Public Member Functions | Protected Attributes | List of all members
moodle1_handler Class Reference

Base backup conversion handler. More...

Inheritance diagram for moodle1_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: