|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| init () | |
| get_content () | |
| has_config () | |
| instance_allow_multiple () | |
| instance_allow_config () | |
| specialization () | |
| instance_config_print () | |
| applicable_formats () | |
| after_install () | |
| before_delete () | |
Displays the current user's profile information.
Definition at line 40 of file block_myprofile.php.
| after_install | ( | ) |
post install configurations
Definition at line 247 of file block_myprofile.php.
locations where block can be displayed
Reimplemented from block_base.
Definition at line 239 of file block_myprofile.php.
| before_delete | ( | ) |
post delete configurations
Reimplemented from block_base.
Definition at line 254 of file block_myprofile.php.
| get_content | ( | ) |
block contents
Reimplemented from block_base.
Definition at line 53 of file block_myprofile.php.

| has_config | ( | ) |
allow the block to have a configuration page
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
Reimplemented from block_base.
Definition at line 204 of file block_myprofile.php.
allow more than one instance of the block on a page
Reimplemented from block_base.
Definition at line 194 of file block_myprofile.php.
displays instance configuration form
Reimplemented from block_base.
Definition at line 221 of file block_myprofile.php.
| specialization | ( | ) |
instance specialisations (must have instance allow config true)
Reimplemented from block_base.
Definition at line 213 of file block_myprofile.php.