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

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)

Static Protected Member Functions

static get_blocks_info ($disablecache=false)

Detailed Description

Class for page side blocks

Definition at line 954 of file pluginlib.php.


Member Function Documentation

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

Provides access to the records in {block} table

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

Definition at line 1066 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 959 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 1033 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 1054 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 988 of file pluginlib.php.

Here is the call graph for this function:

See also:
plugin_information::is_enabled()

Implements plugin_information.

Definition at line 1016 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 1004 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