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


Public Member Functions | |
| __construct ($wiki, $subwiki, $cm) | |
| print_header () | |
| print_content () | |
| set_newcontent ($newcontent) | |
| set_url () | |
Protected Member Functions | |
| setup_tabs () | |
| check_locks () | |
| print_preview () | |
Definition at line 946 of file pagelib.php.
| __construct | ( | $ | wiki, |
| $ | subwiki, | ||
| $ | cm | ||
| ) |
page_wiki constructor
| $wiki. | Current wiki |
| $subwiki. | Current subwiki. |
| $cm. | Current course_module. |
Reimplemented from page_wiki_edit.
Definition at line 950 of file pagelib.php.
| check_locks | ( | ) | [protected] |
Reimplemented from page_wiki_edit.
Definition at line 994 of file pagelib.php.
| print_content | ( | ) |
This method must be overwritten to print the page content.
Reimplemented from page_wiki_edit.
Definition at line 965 of file pagelib.php.

| print_header | ( | ) |
This method prints the top of the page.
Reimplemented from page_wiki_edit.
Definition at line 958 of file pagelib.php.
| print_preview | ( | ) | [protected] |
Definition at line 998 of file pagelib.php.


| set_newcontent | ( | $ | newcontent | ) |
| set_url | ( | ) |
Method to set the URL of the page. This method must be overwritten by every type of page.
Reimplemented from page_wiki_edit.
Definition at line 977 of file pagelib.php.
| setup_tabs | ( | ) | [protected] |
Definition at line 990 of file pagelib.php.