Go to the source code of this file.
Namespaces |
| namespace | mod |
| | Local Library of functions for module scorm.
|
Variables |
| | $pageid = required_param('pageid', PARAM_INT) |
| | $wid = optional_param('wid', 0, PARAM_INT) |
| | $currentgroup = optional_param('group', 0, PARAM_INT) |
| | $userid = optional_param('uid', 0, PARAM_INT) |
| | $groupanduser = optional_param('groupanduser', null, PARAM_TEXT) |
| | $context = get_context_instance(CONTEXT_MODULE, $cm->id) |
| | $renderer = $PAGE->get_renderer('mod_wiki') |
| | $tabitems = array('view' => 'view', 'edit' => 'edit', 'comments' => 'comments', 'history' => 'history', 'map' => 'map', 'files' => 'files') |
| | $options = array('activetab'=>'files') |
| | if (has_capability('mod/wiki:managefiles', $context)) |
Variable Documentation
| $options = array('activetab'=>'files') |
| $renderer = $PAGE->get_renderer('mod_wiki') |
| $tabitems = array('view' => 'view', 'edit' => 'edit', 'comments' => 'comments', 'history' => 'history', 'map' => 'map', 'files' => 'files') |