Go to the source code of this file.
Namespaces |
| namespace | moodle |
Variables |
| | if (empty($CFG->enableportfolios)) |
| | $dataid = optional_param('id', 0, PARAM_INT) |
| | $type = optional_param('type', null, PARAM_SAFEDIR) |
| | $cancel = optional_param('cancel', 0, PARAM_RAW) |
| | $cancelsure = optional_param('cancelsure', 0, PARAM_BOOL) |
| | $logreturn = optional_param('logreturn', 0, PARAM_BOOL) |
| | $instanceid = optional_param('instance', 0, PARAM_INT) |
| | $courseid = optional_param('course', 0, PARAM_INT) |
| | $stage = optional_param('stage', PORTFOLIO_STAGE_CONFIG, PARAM_INT) |
| | $postcontrol = optional_param('postcontrol', 0, PARAM_INT) |
| | $callbackfile = optional_param('callbackfile', null, PARAM_PATH) |
| | $callbackclass = optional_param('callbackclass', null, PARAM_ALPHAEXT) |
| | $callerformats = optional_param('callerformats', null, PARAM_TAGLIST) |
| | $exporter = null |
Variable Documentation
| if(empty($CFG->enableportfolios)) |