Moodle  2.2.1
http://www.collinsharper.com
moodle1_handlers_factory Class Reference

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 ///////////////////////////////////////////////////

Detailed Description

Handlers factory class

Definition at line 39 of file handlerlib.php.


Member Function Documentation

static get_handlers ( moodle1_converter converter) [static]
Parameters:
moodle1_converterthe converter requesting the converters
Returns:
list of all available conversion handlers

Definition at line 45 of file handlerlib.php.

Here is the caller graph for this function:

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

Todo:
ask mod's subplugins
Parameters:
string$typethe plugin type
moodle1_converter$converterthe converter requesting the handler
Exceptions:
moodle1_convert_exception
Returns:
array of moodle1_handler instances

Definition at line 83 of file handlerlib.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations