|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Functions | |
| portfolio_action_url ($portfolio) | |
Variables | |
| $portfolio = optional_param('pf', '', PARAM_FORMAT) | |
| $action = optional_param('action', '', PARAM_ALPHA) | |
| $sure = optional_param('sure', '', PARAM_ALPHA) | |
| $display = true | |
| $pagename = 'manageportfolios' | |
| if($action== 'edit') else if($action== 'delete') else if(($action== 'newon')||($action== 'newoff')) | $formaction = $action |
| $baseurl = "$CFG->wwwroot/$CFG->admin/portfolio.php" | |
| $sesskeyurl = "$CFG->wwwroot/$CFG->admin/portfolio.php?sesskey=" . sesskey() | |
| $configstr = get_string('manageportfolios', 'portfolio') | |
| $return = true | |
| portfolio_action_url | ( | $ | portfolio | ) |
Helper function that generates a moodle_url object relevant to the portfolio
Definition at line 50 of file portfolio.php.

| $action = optional_param('action', '', PARAM_ALPHA) |
Definition at line 9 of file portfolio.php.
Definition at line 40 of file portfolio.php.
| $configstr = get_string('manageportfolios', 'portfolio') |
Definition at line 42 of file portfolio.php.
Definition at line 12 of file portfolio.php.
| if ($action== 'edit') else if ($action== 'delete') else if (($action== 'newon')||($action== 'newoff')) $formaction = $action |
Definition at line 25 of file portfolio.php.
| $pagename = 'manageportfolios' |
Definition at line 14 of file portfolio.php.
| $portfolio = optional_param('pf', '', PARAM_FORMAT) |
Definition at line 8 of file portfolio.php.
| $return = true |
Definition at line 44 of file portfolio.php.
Definition at line 41 of file portfolio.php.
| $sure = optional_param('sure', '', PARAM_ALPHA) |
Definition at line 10 of file portfolio.php.