|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | get_converter ($name, $tempdir, $logger=null) |
Factory class to create new instances of backup converters
Definition at line 30 of file convert_factory.class.php.
| static get_converter | ( | $ | name, |
| $ | tempdir, | ||
| $ | logger = null |
||
| ) | [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 |
Definition at line 41 of file convert_factory.class.php.

