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

Public Member Functions

 print_header ()
 set_url ()
 set_format ($format)
 set_wid ($wid)
 set_swid ($swid)
 set_action ($action)
 print_content ($pagetitle= '')
 create_page ($pagetitle)

Protected Member Functions

 create_navbar ()

Detailed Description

Class that models the behavior of wiki's create page

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

create_page ( pagetitle)

Definition at line 930 of file pagelib.php.

Here is the call graph for this function:

print_content ( pagetitle = '')

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

Here is the call graph for this function:

set_action ( action)

Definition at line 895 of file pagelib.php.

Here is the call graph for this function:

set_format ( format)

Definition at line 883 of file pagelib.php.

set_swid ( swid)

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

Here is the caller graph for this function:

set_wid ( wid)

Definition at line 887 of file pagelib.php.


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