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

Public Member Functions

 __construct (moodle1_mod_handler $parenthandler, $subplugintype, $subpluginname)
 get_paths ()

Protected Attributes

 $parenthandler

Detailed Description

Base class for the activity modules' subplugins

Definition at line 1999 of file handlerlib.php.


Constructor & Destructor Documentation

__construct ( moodle1_mod_handler parenthandler,
subplugintype,
subpluginname 
)
Parameters:
moodle1_mod_handler$parenthandlerthe handler of a module we are subplugin of
string$subplugintypethe type of the subplugin
string$subpluginnamethe name of the subplugin

Definition at line 2009 of file handlerlib.php.


Member Function Documentation

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.

Returns:
array empty array

Definition at line 2022 of file handlerlib.php.


Field Documentation

$parenthandler [protected]

Definition at line 2002 of file handlerlib.php.


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