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

Public Member Functions

 init_display_name ()
 load_db_version ()
 is_enabled ()
 get_settings_url ()
 get_uninstall_url ()

Static Public Member Functions

static get_plugins ($type, $typerootdir, $typeclass)

Protected Member Functions

 load_version_php ()

Static Protected Member Functions

static get_modules_info ($disablecache=false)

Detailed Description

Class for activity modules

Definition at line 1285 of file pluginlib.php.


Member Function Documentation

static get_modules_info ( disablecache = false) [static, protected]

Provides access to the records in {modules} table

Parameters:
bool$disablecachedo not use internal static cache
Returns:
array array of stdClasses

Definition at line 1400 of file pluginlib.php.

Here is the caller graph for this function:

static get_plugins ( type,
typerootdir,
typeclass 
) [static]
See also:
plugin_information::get_plugins()

Implements plugin_information.

Definition at line 1290 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::get_settings_url()

Implements plugin_information.

Definition at line 1373 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::get_uninstall_url()

Implements plugin_information.

Definition at line 1385 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::init_display_name()

Implements plugin_information.

Definition at line 1319 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::is_enabled()

Implements plugin_information.

Definition at line 1356 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::load_db_version()

Implements plugin_information.

Definition at line 1344 of file pluginlib.php.

Here is the call graph for this function:

load_version_php ( ) [protected]

Load the data from version.php.

Returns:
object the data object defined in version.php.

Reimplemented from plugintype_base.

Definition at line 1331 of file pluginlib.php.

Here is the call graph for this function:


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