|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | user |
Variables | |
| if (empty($CFG->enableportfolios)) | |
| $config = optional_param('config', 0, PARAM_INT) | |
| $hide = optional_param('hide', 0, PARAM_INT) | |
| $courseid = optional_param('courseid', SITEID, PARAM_INT) | |
| $url = new moodle_url('/user/portfolio.php', array('courseid'=>$courseid)) | |
| if($config!==0) if(!$course=$DB-> get_record("course", array("id"=> $courseid))) | $user = $USER |
| $fullname = fullname($user) | |
| $strportfolios = get_string('portfolios', 'portfolio') | |
| $configstr = get_string('manageyourportfolios', 'portfolio') | |
| $namestr = get_string('name') | |
| $pluginstr = get_string('plugin', 'portfolio') | |
| $baseurl = $CFG->wwwroot . '/user/portfolio.php' | |
| $display = true | |
| $showroles = 1 | |
Definition at line 54 of file portfolio.php.
| $config = optional_param('config', 0, PARAM_INT) |
Definition at line 35 of file portfolio.php.
| $configstr = get_string('manageyourportfolios', 'portfolio') |
Definition at line 51 of file portfolio.php.
| $courseid = optional_param('courseid', SITEID, PARAM_INT) |
Definition at line 37 of file portfolio.php.
Definition at line 56 of file portfolio.php.
Definition at line 49 of file portfolio.php.
| $hide = optional_param('hide', 0, PARAM_INT) |
Definition at line 36 of file portfolio.php.
| $namestr = get_string('name') |
Definition at line 52 of file portfolio.php.
| $pluginstr = get_string('plugin', 'portfolio') |
Definition at line 53 of file portfolio.php.
| $showroles = 1 |
Definition at line 67 of file portfolio.php.
| $strportfolios = get_string('portfolios', 'portfolio') |
Definition at line 50 of file portfolio.php.
Definition at line 39 of file portfolio.php.
Definition at line 48 of file portfolio.php.