|
| diff ($pageid, $old, $new, $options=array()) |
|
| diff_paging_bar ($minpage, $maxpage, $page, $baseurl, $pagevar='page', $nocurr=false) |
| Prints a single paging bar to provide access to other versions.
|
|
| menu_admin ($pageid, $currentselect) |
|
| menu_map ($pageid, $currentselect) |
|
| page_index () |
|
| prettyview_link ($page) |
|
| render_action_bar (\mod_wiki\output\action_bar $actionbar) |
| Renders the action bar.
|
|
| render_wiki_files_tree (wiki_files_tree $tree) |
|
| search_result ($records, $subwiki) |
|
| tabs ($page, $tabitems, $options) |
|
| wiki_files_tree ($context, $subwiki) |
|
| wiki_info () |
|
| wiki_print_subwiki_selector ($wiki, $subwiki, $page, $pagetype='view') |
|
|
| htmllize_tree ($tree, $dir) |
| Internal function - creates htmls structure suitable for YUI tree.
|
|
◆ diff_paging_bar()
mod_wiki_renderer::diff_paging_bar |
( |
| $minpage, |
|
|
| $maxpage, |
|
|
| $page, |
|
|
| $baseurl, |
|
|
| $pagevar = 'page', |
|
|
| $nocurr = false ) |
Prints a single paging bar to provide access to other versions.
- Parameters
-
int | $minpage | First page to be displayed in the bar |
int | $maxpage | Last page to be displayed in the bar |
int | $page | The page you are currently viewing |
mixed | $baseurl | If this is a string then it is the url which will be appended with $pagevar, an equals sign and the page number. If this is a moodle_url object then the pagevar param will be replaced by the page no, for each page. |
string | $pagevar | This is the variable name that you use for the page number in your code (ie. 'tablepage', 'blogpage', etc) |
bool | $nocurr | do not display the current page as a link |
bool | $return | whether to return an output string or echo now |
- Return values
-
◆ render_action_bar()
Renders the action bar.
- Parameters
-
- Return values
-
◆ wiki_info()
mod_wiki_renderer::wiki_info |
( |
| ) |
|
The documentation for this class was generated from the following file: