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

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

$callbackclass = optional_param('callbackclass', null, PARAM_ALPHAEXT)

Definition at line 49 of file add.php.

$callbackfile = optional_param('callbackfile', null, PARAM_PATH)

Definition at line 48 of file add.php.

$callerformats = optional_param('callerformats', null, PARAM_TAGLIST)

Definition at line 50 of file add.php.

Definition at line 41 of file add.php.

$cancelsure = optional_param('cancelsure', 0, PARAM_BOOL)

Definition at line 42 of file add.php.

Definition at line 45 of file add.php.

$dataid = optional_param('id', 0, PARAM_INT)

Definition at line 39 of file add.php.

$exporter = null

Definition at line 56 of file add.php.

Definition at line 44 of file add.php.

$logreturn = optional_param('logreturn', 0, PARAM_BOOL)

Definition at line 43 of file add.php.

$postcontrol = optional_param('postcontrol', 0, PARAM_INT)

Definition at line 47 of file add.php.

Definition at line 46 of file add.php.

$type = optional_param('type', null, PARAM_SAFEDIR)

Definition at line 40 of file add.php.

if(empty($CFG->enableportfolios))

Definition at line 30 of file add.php.

 All Data Structures Namespaces Files Functions Variables Enumerations