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


Public Member Functions | |
| init () | |
| specialization () | |
| instance_allow_multiple () | |
| get_content () | |
| hide_header () | |
Definition at line 7 of file block_glossary_random.php.
| get_content | ( | ) |
Parent class version of this function simply returns NULL This should be implemented by the derived class to return the content object.
Reimplemented from block_base.
Definition at line 118 of file block_glossary_random.php.

| hide_header | ( | ) |
Default return is false - header will be shown
Reimplemented from block_base.
Definition at line 182 of file block_glossary_random.php.
| init | ( | ) |
Definition at line 8 of file block_glossary_random.php.
Are you going to allow multiple instances of each block? If yes, then it is assumed that the block WILL USE per-instance configuration
Reimplemented from block_base.
Definition at line 112 of file block_glossary_random.php.
| specialization | ( | ) |
This function is called on your subclass right after an instance is loaded Use this function to act on instance data just after it's loaded and before anything else is done For instance: if your block will have different title's depending on location (site, course, blog, etc)
Reimplemented from block_base.
Definition at line 12 of file block_glossary_random.php.
