Moodle PHP Documentation 5.1
Moodle 5.1dev (Build: 20250706) (a6b17d8f6bd)
convert_factory Class Reference

Factory class to create new instances of backup converters. More...

Static Public Member Functions

static get_converter ($name, $tempdir, $logger=null)
 Instantinates the given converter operating on a given directory.
 

Detailed Description

Factory class to create new instances of backup converters.

Member Function Documentation

◆ get_converter()

static convert_factory::get_converter ( $name,
$tempdir,
$logger = null )
static

Instantinates the given converter operating on a given directory.

Exceptions
coding_exception
Parameters
$nameThe converter name
$tempdirThe temp directory to operate on
base_logger|nullif the conversion should be logged, use this logger
Return values
base_converter

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