Moodle  2.2.1
http://www.collinsharper.com
moodle1_mod_handler Class Reference
Inheritance diagram for moodle1_mod_handler:
Collaboration diagram for moodle1_mod_handler:

Public Member Functions

 get_modname ()

Protected Member Functions

 get_cminfo ($instance, $modname=null)

Detailed Description

Base class for activity module handlers

Definition at line 1922 of file handlerlib.php.


Member Function Documentation

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()

Parameters:
int$instancethe module instance id
string$modnamethe module type, defaults to $this->pluginname
Returns:
int

Definition at line 1943 of file handlerlib.php.

Here is the caller graph for this function:

Returns the name of the module, eg. 'forum'

Returns:
string

Definition at line 1929 of file handlerlib.php.


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