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


Public Member Functions | |
| print_header () | |
| print_content () | |
| set_url () | |
| set_comparison ($compare, $comparewith) | |
Protected Member Functions | |
| create_navbar () | |
| setup_tabs () | |
Class that models the behavior of wiki's view differences
Definition at line 1049 of file pagelib.php.
| create_navbar | ( | ) | [protected] |
Protected method to create the common items of the navbar in every page type.
Reimplemented from page_wiki.
Definition at line 1088 of file pagelib.php.
| print_content | ( | ) |
Print the diff view
Reimplemented from page_wiki.
Definition at line 1069 of file pagelib.php.

| print_header | ( | ) |
This method prints the top of the page.
Reimplemented from page_wiki.
Definition at line 1054 of file pagelib.php.

| set_comparison | ( | $ | compare, |
| $ | comparewith | ||
| ) |
Definition at line 1083 of file pagelib.php.
| set_url | ( | ) |
Method to set the URL of the page. This method must be overwritten by every type of page.
Reimplemented from page_wiki.
Definition at line 1077 of file pagelib.php.
| setup_tabs | ( | ) | [protected] |
Definition at line 1096 of file pagelib.php.