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


Public Member Functions | |
| set_url () | |
| print_header () | |
| print_content () | |
| set_action ($action, $comment) | |
Protected Member Functions | |
| create_navbar () | |
| setup_tabs () | |
Class that models the behavior of wiki's edit comment
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Definition at line 712 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 755 of file pagelib.php.
| print_content | ( | ) |
This method must be overwritten to print the page content.
Reimplemented from page_wiki.
Definition at line 728 of file pagelib.php.

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

| set_action | ( | $ | action, |
| $ | comment | ||
| ) |
| 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 718 of file pagelib.php.
| setup_tabs | ( | ) | [protected] |
Definition at line 767 of file pagelib.php.