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


Public Member Functions | |
| __construct (moodle1_mod_handler $parenthandler, $subplugintype, $subpluginname) | |
| get_paths () | |
Protected Attributes | |
| $parenthandler | |
Base class for the activity modules' subplugins
Definition at line 1999 of file handlerlib.php.
| __construct | ( | moodle1_mod_handler $ | parenthandler, |
| $ | subplugintype, | ||
| $ | subpluginname | ||
| ) |
| moodle1_mod_handler | $parenthandler | the handler of a module we are subplugin of |
| string | $subplugintype | the type of the subplugin |
| string | $subpluginname | the name of the subplugin |
Definition at line 2009 of file handlerlib.php.
| get_paths | ( | ) | [final] |
Activity module subplugins can't declare any paths to handle
The paths must be registered by the parent module and then re-dispatched to the relevant subplugins for eventual processing.
Definition at line 2022 of file handlerlib.php.
$parenthandler [protected] |
Definition at line 2002 of file handlerlib.php.