Class that models the behavior of wiki's delete comment confirmation page.
More...
|
|
| create_navbar () |
| | Protected method to create the common items of the navbar in every page type.
|
| |
|
| print_pagetitle () |
| | Protected method to print current page title.
|
| |
|
| process_session_url () |
| |
|
| set_session_url () |
| |
| | setup_tabs ($options=array()) |
| | Setup page tabs, if options is empty, will set up active tab automatically. More...
|
| |
Class that models the behavior of wiki's delete comment confirmation page.
◆ set_gid()
| page_wiki::set_gid |
( |
|
$gid | ) |
|
|
inherited |
Method to set current group id.
- Parameters
-
◆ set_page()
| page_wiki::set_page |
( |
|
$page | ) |
|
|
inherited |
Method to set the current page.
- Parameters
-
◆ set_title()
| page_wiki::set_title |
( |
|
$title | ) |
|
|
inherited |
Method to set the current page title.
This method must be called when the current page is not created yet.
- Parameters
-
| string | $title | Current page title. |
◆ set_uid()
| page_wiki::set_uid |
( |
|
$uid | ) |
|
|
inherited |
Method to set current user id.
- Parameters
-
◆ set_url()
| page_wiki_deletecomment::set_url |
( |
| ) |
|
Method to set the URL of the page.
This method must be overwritten by every type of page.
Reimplemented from page_wiki.
◆ setup_tabs()
| page_wiki_deletecomment::setup_tabs |
( |
|
$options = array() | ) |
|
|
protected |
Setup page tabs, if options is empty, will set up active tab automatically.
- Parameters
-
| array | $options,tabs | options |
Reimplemented from page_wiki.
◆ $tabs
Initial value:= array('view' => 'view', 'edit' => 'edit', 'comments' => 'comments',
'history' => 'history', 'map' => 'map', 'files' => 'files',
'admin' => 'admin')
The tabs set used in wiki module.
The documentation for this class was generated from the following file: