Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/group/grouping.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)
 $url = new moodle_url('/group/grouping.php')
 $context = get_context_instance(CONTEXT_COURSE, $course->id)
 $returnurl = $CFG->wwwroot.'/group/groupings.php?id='.$course->id
if($id and $delete$editoroptions = array('maxfiles'=>EDITOR_UNLIMITED_FILES, 'maxbytes'=>$course->maxbytes, 'trust'=>true, 'context'=>$context, 'noclean'=>true)
if($editform->is_cancelled())
elseif($data=$editform->
get_data()) 
$strgroupings = get_string('groupings', 'group')
 $strparticipants = get_string('participants')

Variable Documentation

Definition at line 19 of file grouping.php.

Definition at line 52 of file grouping.php.

get url variables

Definition at line 16 of file grouping.php.

Definition at line 18 of file grouping.php.

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

Definition at line 81 of file grouping.php.

Definition at line 17 of file grouping.php.

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

Definition at line 55 of file grouping.php.

if ($editform->is_cancelled()) elseif ($data=$editform->get_data()) $strgroupings = get_string('groupings', 'group')

Definition at line 108 of file grouping.php.

$strparticipants = get_string('participants')

Definition at line 109 of file grouping.php.

$url = new moodle_url('/group/grouping.php')

Definition at line 21 of file grouping.php.

 All Data Structures Namespaces Files Functions Variables Enumerations