|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Data Structures | |
| class | feed_edit_form |
Namespaces | |
| namespace | moodlecore |
Variables | |
| $returnurl = optional_param('returnurl', '', PARAM_LOCALURL) | |
| $courseid = optional_param('courseid', 0, PARAM_INTEGER) | |
| $rssid = optional_param('rssid', 0, PARAM_INTEGER) | |
| if(!$managesharedfeeds) | $urlparams = array('rssid' => $rssid) |
| if($courseid) if($returnurl) | $managefeeds = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams) |
| $courseid = optional_param('courseid', 0, PARAM_INTEGER) |
Definition at line 150 of file editfeed.php.
| if ($courseid) if ($returnurl) $managefeeds = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams) |
Definition at line 177 of file editfeed.php.
| $returnurl = optional_param('returnurl', '', PARAM_LOCALURL) |
Definition at line 149 of file editfeed.php.
| $rssid = optional_param('rssid', 0, PARAM_INTEGER) |
Definition at line 151 of file editfeed.php.
Definition at line 170 of file editfeed.php.