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

Public Member Functions

 init ()
 get_content ()
 has_config ()
 instance_allow_multiple ()
 instance_allow_config ()
 specialization ()
 instance_config_print ()
 applicable_formats ()
 after_install ()
 before_delete ()

Detailed Description

Displays the current user's profile information.

Author:
Olav Jordan <olav.jordan@remote-learner.ca> http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Definition at line 40 of file block_myprofile.php.


Member Function Documentation

post install configurations

Definition at line 247 of file block_myprofile.php.

locations where block can be displayed

Returns:
array

Reimplemented from block_base.

Definition at line 239 of file block_myprofile.php.

post delete configurations

Reimplemented from block_base.

Definition at line 254 of file block_myprofile.php.

block contents

Returns:
object

Reimplemented from block_base.

Definition at line 53 of file block_myprofile.php.

Here is the call graph for this function:

allow the block to have a configuration page

Returns:
boolean

Reimplemented from block_base.

Definition at line 185 of file block_myprofile.php.

init ( )

block initializations

Definition at line 44 of file block_myprofile.php.

allow instances to have their own configuration

Returns:
boolean

Reimplemented from block_base.

Definition at line 204 of file block_myprofile.php.

allow more than one instance of the block on a page

Returns:
boolean

Reimplemented from block_base.

Definition at line 194 of file block_myprofile.php.

displays instance configuration form

Returns:
boolean

Reimplemented from block_base.

Definition at line 221 of file block_myprofile.php.

instance specialisations (must have instance allow config true)

Reimplemented from block_base.

Definition at line 213 of file block_myprofile.php.


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