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

Public Member Functions

 __construct (moodle1_converter $converter, $plugintype, $pluginname)
 get_component_name ()

Protected Attributes

 $plugintype
 $pluginname

Detailed Description

Shared base class for activity modules, blocks and qtype handlers

Definition at line 1665 of file handlerlib.php.


Constructor & Destructor Documentation

__construct ( moodle1_converter converter,
plugintype,
pluginname 
)
Parameters:
moodle1_converter$converterthe converter that requires us
string$plugintype
string$pluginname

Definition at line 1678 of file handlerlib.php.


Member Function Documentation

Returns the normalized name of the plugin, eg mod_workshop

Returns:
string

Definition at line 1690 of file handlerlib.php.


Field Documentation

$pluginname [protected]

Definition at line 1671 of file handlerlib.php.

$plugintype [protected]

Definition at line 1668 of file handlerlib.php.


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