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

Go to the source code of this file.

Namespaces

namespace  feedback

Variables

 $id = required_param('id', PARAM_INT)
 $strfeedbacks = get_string("modulenameplural", "feedback")
 Print the page header.
 $strfeedback = get_string("modulename", "feedback")
 $feedback_url = new moodle_url('/mod/feedback/index.php', array('id'=>$course->id))
 $feedbackitems = $DB->get_records('feedback_item', array('feedback'=>$feedback->id), 'position')
 Print the main part of the page //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////.

Variable Documentation

$feedback_url = new moodle_url('/mod/feedback/index.php', array('id'=>$course->id))

Definition at line 57 of file print.php.

$feedbackitems = $DB->get_records('feedback_item', array('feedback'=>$feedback->id), 'position')

Print the main part of the page //////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////.

Definition at line 71 of file print.php.

Definition at line 28 of file print.php.

$strfeedback = get_string("modulename", "feedback")

Definition at line 55 of file print.php.

$strfeedbacks = get_string("modulenameplural", "feedback")

Print the page header.

Definition at line 54 of file print.php.

 All Data Structures Namespaces Files Functions Variables Enumerations