Moodle  2.2.1
http://www.collinsharper.com
page_wiki_history Class Reference
Inheritance diagram for page_wiki_history:
Collaboration diagram for page_wiki_history:

Public Member Functions

 __construct ($wiki, $subwiki, $cm)
 print_header ()
 print_pagetitle ()
 print_content ()
 set_url ()
 set_paging ($paging)
 set_allversion ($allversion)

Protected Member Functions

 create_navbar ()

Detailed Description

Class that models the behavior of wiki's history page

Definition at line 1139 of file pagelib.php.


Constructor & Destructor Documentation

__construct ( wiki,
subwiki,
cm 
)

page_wiki constructor

Parameters:
$wiki.Current wiki
$subwiki.Current subwiki.
$cm.Current course_module.

Reimplemented from page_wiki.

Definition at line 1155 of file pagelib.php.


Member Function Documentation

create_navbar ( ) [protected]

Protected method to create the common items of the navbar in every page type.

Reimplemented from page_wiki.

Definition at line 1197 of file pagelib.php.

This method must be overwritten to print the page content.

Reimplemented from page_wiki.

Definition at line 1176 of file pagelib.php.

Here is the call graph for this function:

This method prints the top of the page.

Reimplemented from page_wiki.

Definition at line 1161 of file pagelib.php.

Here is the call graph for this function:

Protected method to print current page title.

Reimplemented from page_wiki.

Definition at line 1166 of file pagelib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

set_allversion ( allversion)

Definition at line 1193 of file pagelib.php.

set_paging ( paging)

Definition at line 1189 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 1184 of file pagelib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations