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

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $courseid = optional_param('courseid', 0, PARAM_INT)
 $id = optional_param('id', 0, PARAM_INT)
 $url = new moodle_url('/grade/edit/outcome/edit.php')
 $systemcontext = get_context_instance(CONTEXT_SYSTEM)
 $heading = null
 $returnurl = $gpr->get_return_url('index.php?id='.$courseid)
 $editoroptions

Variable Documentation

Definition at line 31 of file edit.php.

$editoroptions
Initial value:
 array(
    'maxfiles'  => EDITOR_UNLIMITED_FILES,
    'maxbytes'  => $CFG->maxbytes,
    'trusttext' => false,
    'noclean'   => true,
    'context'   => $systemcontext
)

Definition at line 106 of file edit.php.

$heading = null

Definition at line 45 of file edit.php.

Definition at line 32 of file edit.php.

$returnurl = $gpr->get_return_url('index.php?id='.$courseid)

Definition at line 105 of file edit.php.

Definition at line 44 of file edit.php.

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

Definition at line 34 of file edit.php.

 All Data Structures Namespaces Files Functions Variables Enumerations