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


Public Member Functions | |
| print_header () | |
| print_content () | |
| set_url () | |
| set_action ($action, $commentid, $content) | |
Definition at line 2189 of file pagelib.php.
| print_content | ( | ) |
This method must be overwritten to print the page content.
Reimplemented from page_wiki.
Definition at line 2199 of file pagelib.php.

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

| set_action | ( | $ | action, |
| $ | commentid, | ||
| $ | content | ||
| ) |
| 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 2225 of file pagelib.php.
