Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/assignment/view.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/view.php')
 $assignmentclass = "assignment_$assignment->assignmenttype"
 $assignmentinstance = new $assignmentclass($cm->id, $assignment, $cm, $course)
 $completion = new completion_info($course)
 Mark as viewed.

Variable Documentation

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

Definition at line 9 of file view.php.

$assignmentclass = "assignment_$assignment->assignmenttype"

Definition at line 44 of file view.php.

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

Definition at line 45 of file view.php.

$completion = new completion_info($course)

Mark as viewed.

Definition at line 48 of file view.php.

Definition at line 8 of file view.php.

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

Definition at line 11 of file view.php.

 All Data Structures Namespaces Files Functions Variables Enumerations