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

Go to the source code of this file.

Namespaces

namespace  core

Variables

 $contextid = optional_param('contextid', SYSCONTEXTID, PARAM_INT)
 $filepath = optional_param('filepath', '', PARAM_PATH)
 $filename = optional_param('filename', '', PARAM_FILE)
 $component = 'course'
 $filearea = 'legacy'
 $itemid = 0
 $browser = get_file_browser()
 $file_info = $browser->get_file_info($context, $component, $filearea, $itemid, $filepath, $filename)
 $strfiles = get_string("files")
 $output = $PAGE->get_renderer('core', 'files')

Variable Documentation

$browser = get_file_browser()

Definition at line 53 of file index.php.

Definition at line 33 of file index.php.

Definition at line 29 of file index.php.

$file_info = $browser->get_file_info($context, $component, $filearea, $itemid, $filepath, $filename)

Definition at line 55 of file index.php.

$filearea = 'legacy'

Definition at line 34 of file index.php.

$filename = optional_param('filename', '', PARAM_FILE)

Definition at line 31 of file index.php.

$filepath = optional_param('filepath', '', PARAM_PATH)

Definition at line 30 of file index.php.

$itemid = 0

Definition at line 35 of file index.php.

$output = $PAGE->get_renderer('core', 'files')

Definition at line 68 of file index.php.

$strfiles = get_string("files")

Definition at line 57 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations