Go to the source code of this file.
Namespaces |
| namespace | groups |
Variables |
| | $courseid = optional_param('courseid', 0, PARAM_INT) |
| | get url variables
|
| | $id = optional_param('id', 0, PARAM_INT) |
| | $delete = optional_param('delete', 0, PARAM_BOOL) |
| | $confirm = optional_param('confirm', 0, PARAM_BOOL) |
| | $context = get_context_instance(CONTEXT_COURSE, $course->id) |
| | $returnurl = $CFG->wwwroot.'/group/index.php?id='.$course->id.'&group='.$id |
| if($id and $delete) | $editoroptions = array('maxfiles'=>EDITOR_UNLIMITED_FILES, 'maxbytes'=>$course->maxbytes, 'trust'=>false, 'context'=>$context, 'noclean'=>true) |
if($editform->is_cancelled())
elseif($data=$editform->
get_data()) | $strgroups = get_string('groups') |
| | $strparticipants = get_string('participants') |
| | if ($id) |
Variable Documentation
get url variables
Definition at line 17 of file group.php.