Go to the source code of this file.
Namespaces |
| namespace | mod |
| | Local Library of functions for module scorm.
|
Variables |
| | $id = optional_param('id', 0, PARAM_INT) |
| | $d = optional_param('d', 0, PARAM_INT) |
| | $fid = optional_param('fid', 0 , PARAM_INT) |
| | $newtype = optional_param('newtype','',PARAM_ALPHA) |
| | $mode = optional_param('mode','',PARAM_ALPHA) |
| | $defaultsort = optional_param('defaultsort', 0, PARAM_INT) |
| | $defaultsortdir = optional_param('defaultsortdir', 0, PARAM_INT) |
| | $cancel = optional_param('cancel', 0, PARAM_BOOL) |
| if($cancel) | $url = new moodle_url('/mod/data/field.php') |
| | $context = get_context_instance(CONTEXT_MODULE, $cm->id) |
| switch($mode) | $directories = get_list_of_plugins('mod/data/field/') |
| | Print the browsing interface.
|
| | $menufield = array() |
Variable Documentation
Print the browsing interface.
get the list of possible fields (plugins)
Definition at line 243 of file field.php.