Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/group/group.php File Reference

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

Definition at line 20 of file group.php.

Definition at line 58 of file group.php.

get url variables

Definition at line 17 of file group.php.

Definition at line 19 of file group.php.

if ($id and $delete) $editoroptions = array('maxfiles'=>EDITOR_UNLIMITED_FILES, 'maxbytes'=>$course->maxbytes, 'trust'=>false, 'context'=>$context, 'noclean'=>true)

Definition at line 86 of file group.php.

Definition at line 18 of file group.php.

$returnurl = $CFG->wwwroot.'/group/index.php?id='.$course->id.'&group='.$id

Definition at line 61 of file group.php.

if ($editform->is_cancelled()) elseif ($data=$editform->get_data()) $strgroups = get_string('groups')

Definition at line 112 of file group.php.

$strparticipants = get_string('participants')

Definition at line 113 of file group.php.

if($id)

Definition at line 130 of file group.php.

 All Data Structures Namespaces Files Functions Variables Enumerations