Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/form/filemanager.php File Reference

Go to the source code of this file.

Data Structures

class  MoodleQuickForm_filemanager
class  form_filemanaer_x

Namespaces

namespace  moodlecore

Functions

 form_filemanager_render ($options)

Variables

global $CFG

Function Documentation

form_filemanager_render ( options)

Print the file manager

 $OUTPUT->file_manager($options);
 
Parameters:
array$optionsassociative array with file manager options options are: maxbytes=>-1, maxfiles=>-1, itemid=>0, subdirs=>false, client_id=>uniqid(), acepted_types=>'*', return_types=>FILE_INTERNAL, context=>$PAGE->context
Returns:
string HTML fragment

Definition at line 241 of file filemanager.php.

Here is the call graph for this function:

Here is the caller graph for this function:


Variable Documentation

global $CFG

Definition at line 26 of file filemanager.php.

 All Data Structures Namespaces Files Functions Variables Enumerations