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

Go to the source code of this file.

Namespaces

namespace  moodlecore

Variables

 $returnurl = optional_param('returnurl', '', PARAM_LOCALURL)
 $courseid = optional_param('courseid', 0, PARAM_INTEGER)
 $deleterssid = optional_param('deleterssid', 0, PARAM_INTEGER)
if(!$managesharedfeeds) $urlparams = array()
 $extraparams = ''
if($courseid) if($returnurl$baseurl = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams)
 $strmanage = get_string('managefeeds', 'block_rss_client')
 $settingsurl = new moodle_url('/admin/settings.php?section=blocksettingrss_client')
 $managefeeds = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams)
 $table = new flexible_table('rss-display-feeds')
 $url = $CFG->wwwroot . '/blocks/rss_client/editfeed.php?' . substr($extraparams, 1)
 if ($returnurl)

Variable Documentation

if ($courseid) if ($returnurl) $baseurl = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams)

Definition at line 62 of file managefeeds.php.

Definition at line 32 of file managefeeds.php.

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

Definition at line 33 of file managefeeds.php.

$extraparams = ''

Definition at line 53 of file managefeeds.php.

$managefeeds = new moodle_url('/blocks/rss_client/managefeeds.php', $urlparams)

Definition at line 87 of file managefeeds.php.

Definition at line 31 of file managefeeds.php.

$settingsurl = new moodle_url('/admin/settings.php?section=blocksettingrss_client')

Definition at line 86 of file managefeeds.php.

$strmanage = get_string('managefeeds', 'block_rss_client')

Definition at line 80 of file managefeeds.php.

$table = new flexible_table('rss-display-feeds')

Definition at line 93 of file managefeeds.php.

$url = $CFG->wwwroot . '/blocks/rss_client/editfeed.php?' . substr($extraparams, 1)

Definition at line 134 of file managefeeds.php.

if (!$managesharedfeeds) $urlparams = array()

Definition at line 52 of file managefeeds.php.

Definition at line 138 of file managefeeds.php.

 All Data Structures Namespaces Files Functions Variables Enumerations