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

Go to the source code of this file.

Variables

 $id = optional_param('id', 0, PARAM_INT)
 $a = optional_param('a', 0, PARAM_INT)
 $url = new moodle_url('/mod/assignment/delete.php')
 $assignmentclass = 'assignment_'.$assignment->assignmenttype
 Load up the required assignment code.
 $assignmentinstance = new $assignmentclass($cm->id, $assignment, $cm, $course)

Variable Documentation

$a = optional_param('a', 0, PARAM_INT)

Definition at line 7 of file delete.php.

$assignmentclass = 'assignment_'.$assignment->assignmenttype

Load up the required assignment code.

Definition at line 41 of file delete.php.

$assignmentinstance = new $assignmentclass($cm->id, $assignment, $cm, $course)

Definition at line 42 of file delete.php.

Definition at line 6 of file delete.php.

$url = new moodle_url('/mod/assignment/delete.php')

Definition at line 9 of file delete.php.

 All Data Structures Namespaces Files Functions Variables Enumerations