|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct (moodle1_converter $converter, $plugintype, $pluginname) | |
| get_component_name () | |
Protected Attributes | |
| $plugintype | |
| $pluginname | |
Shared base class for activity modules, blocks and qtype handlers
Definition at line 1665 of file handlerlib.php.
| __construct | ( | moodle1_converter $ | converter, |
| $ | plugintype, | ||
| $ | pluginname | ||
| ) |
| moodle1_converter | $converter | the converter that requires us |
| string | $plugintype | |
| string | $pluginname |
Definition at line 1678 of file handlerlib.php.
Returns the normalized name of the plugin, eg mod_workshop
Definition at line 1690 of file handlerlib.php.
$pluginname [protected] |
Definition at line 1671 of file handlerlib.php.
$plugintype [protected] |
Definition at line 1668 of file handlerlib.php.