Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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. More... | |
Factory class to create new instances of backup converters.
|
static |
Instantinates the given converter operating on a given directory.
coding_exception |
$name | The converter name |
$tempdir | The temp directory to operate on |
base_logger|null | if the conversion should be logged, use this logger |
base_converter |