Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/notes/edit.php File Reference

Go to the source code of this file.

Variables

 $noteid = optional_param('id', 0, PARAM_INT)
 retrieve parameters
 $url = new moodle_url('/notes/edit.php')
 $context = get_context_instance(CONTEXT_COURSE, $course->id)
 locate context information
if(empty($CFG->enablenotes)) $noteform = new note_edit_form()
 create form

Variable Documentation

locate context information

Definition at line 53 of file edit.php.

if (empty($CFG->enablenotes)) $noteform = new note_edit_form()

create form

Definition at line 61 of file edit.php.

$noteid = optional_param('id', 0, PARAM_INT)

retrieve parameters

Definition at line 8 of file edit.php.

$url = new moodle_url('/notes/edit.php')

Definition at line 10 of file edit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations