|
Moodle
2.2.1
http://www.collinsharper.com
|
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) | |
| $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.
Definition at line 42 of file delete.php.
| $id = optional_param('id', 0, PARAM_INT) |
Definition at line 6 of file delete.php.
| $url = new moodle_url('/mod/assignment/delete.php') |
Definition at line 9 of file delete.php.