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


Public Member Functions | |
| get_modname () | |
Protected Member Functions | |
| get_cminfo ($instance, $modname=null) | |
Base class for activity module handlers
Definition at line 1922 of file handlerlib.php.
| get_cminfo | ( | $ | instance, |
| $ | modname = null |
||
| ) | [protected] |
Returns course module information for the given instance id
The information for this instance id has been stashed by moodle1_course_outline_handler::process_course_module()
| int | $instance | the module instance id |
| string | $modname | the module type, defaults to $this->pluginname |
Definition at line 1943 of file handlerlib.php.

| get_modname | ( | ) |
Returns the name of the module, eg. 'forum'
Definition at line 1929 of file handlerlib.php.