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

Go to the source code of this file.

Variables

 $id = required_param('id', PARAM_INT)
 $context = get_context_instance(CONTEXT_COURSE,$course->id)
 $str = new stdClass
$str assignments = get_string("modulenameplural", "assignment")
$str duedate = get_string('duedate','assignment')
$str duedateno = get_string('duedateno','assignment')
$str editmysubmission = get_string('editmysubmission','assignment')
$str emptysubmission = get_string('emptysubmission','assignment')
$str noassignments = get_string('noassignments','assignment')
$str onlinetext = get_string('typeonline','assignment')
$str submitted = get_string('submitted','assignment')
 $assignments = get_all_instances_in_course('assignment',$course, $USER->id )
 $sections = get_all_sections($course->id)
 $views = array()
 foreach ($views as $view)

Variable Documentation

$assignments = get_all_instances_in_course('assignment',$course, $USER->id )

Definition at line 48 of file all.php.

Definition at line 30 of file all.php.

Definition at line 19 of file all.php.

$sections = get_all_sections($course->id)

Definition at line 50 of file all.php.

$str = new stdClass

Definition at line 34 of file all.php.

$views = array()

Definition at line 53 of file all.php.

$str assignments = get_string("modulenameplural", "assignment")

Definition at line 35 of file all.php.

$str duedate = get_string('duedate','assignment')

Definition at line 36 of file all.php.

$str duedateno = get_string('duedateno','assignment')

Definition at line 37 of file all.php.

Definition at line 38 of file all.php.

$str emptysubmission = get_string('emptysubmission','assignment')

Definition at line 39 of file all.php.

foreach($views as $view)

Definition at line 121 of file all.php.

$str noassignments = get_string('noassignments','assignment')

Definition at line 40 of file all.php.

$str onlinetext = get_string('typeonline','assignment')

Definition at line 41 of file all.php.

$str submitted = get_string('submitted','assignment')

Definition at line 42 of file all.php.

 All Data Structures Namespaces Files Functions Variables Enumerations