|
Moodle
2.2.1
http://www.collinsharper.com
|
Static Public Member Functions | |
| static | get_handlers (moodle1_converter $converter) |
Static Protected Member Functions | |
| static | get_plugin_handlers ($type, moodle1_converter $converter) |
| public API ends here /////////////////////////////////////////////////// | |
Handlers factory class
Definition at line 39 of file handlerlib.php.
| static get_handlers | ( | moodle1_converter $ | converter | ) | [static] |
| moodle1_converter | the converter requesting the converters |
Definition at line 45 of file handlerlib.php.

| static get_plugin_handlers | ( | $ | type, |
| moodle1_converter $ | converter | ||
| ) | [static, protected] |
public API ends here ///////////////////////////////////////////////////
Runs through all plugins of a specific type and instantiates their handlers
| string | $type | the plugin type |
| moodle1_converter | $converter | the converter requesting the handler |
| moodle1_convert_exception |
Definition at line 83 of file handlerlib.php.
