Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blocks/rss_client/editfeed.php File Reference

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)

Variable Documentation

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.

Definition at line 149 of file editfeed.php.

$rssid = optional_param('rssid', 0, PARAM_INTEGER)

Definition at line 151 of file editfeed.php.

if (!$managesharedfeeds) $urlparams = array('rssid' => $rssid)

Definition at line 170 of file editfeed.php.

 All Data Structures Namespaces Files Functions Variables Enumerations