|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | course |
Variables | |
| $returnurl = $CFG->wwwroot . '/course/index.php' | |
| Where we came from. Used in a number of redirects. | |
| if(isguestuser()) if(empty($CFG-> enablecourserequests)) | $context = get_context_instance(CONTEXT_SYSTEM) |
| $data = course_request::prepare() | |
| Set up the form. | |
| $requestform = new course_request_form($CFG->wwwroot . '/course/request.php', compact('editoroptions')) | |
| $strtitle = get_string('courserequest') | |
| if (isguestuser()) if (empty($CFG->enablecourserequests)) $context = get_context_instance(CONTEXT_SYSTEM) |
Definition at line 44 of file request.php.
Set up the form.
Definition at line 49 of file request.php.
| $requestform = new course_request_form($CFG->wwwroot . '/course/request.php', compact('editoroptions')) |
Definition at line 50 of file request.php.
Where we came from. Used in a number of redirects.
Definition at line 33 of file request.php.
| $strtitle = get_string('courserequest') |
Definition at line 53 of file request.php.