| 
    Moodle APIs
    3.8
    
   Moodle 3.8.6 (Build: 20201109) 
   | 
 
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 |