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


Public Member Functions | |
| init () | |
| specialization () | |
| get_content () | |
| hide_header () | |
| preferred_width () | |
Definition at line 3 of file block_course_summary.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 14 of file block_course_summary.php.

| hide_header | ( | ) |
Default return is false - header will be shown
Reimplemented from block_base.
Definition at line 47 of file block_course_summary.php.
| init | ( | ) |
Definition at line 4 of file block_course_summary.php.
| preferred_width | ( | ) |
Default case: the block wants to be 180 pixels wide
Reimplemented from block_base.
Definition at line 51 of file block_course_summary.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 8 of file block_course_summary.php.