Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/blog/rsslib.php File Reference

Go to the source code of this file.

Functions

 blog_rss_get_url ($contextid, $userid, $filtertype, $filterselect=0, $tagid=0)
 blog_rss_print_link ($context, $filtertype, $filterselect=0, $tagid=0, $tooltiptext='')
 blog_rss_add_http_header ($context, $title, $filtertype, $filterselect=0, $tagid=0)
 blog_rss_get_params ($filters)
 blog_rss_get_feed ($context, $args)
 blog_rss_file_name ($type, $id, $tagid=0)
 blog_rss_save_file ($type, $id, $tagid=0, $contents='')

Function Documentation

blog_rss_add_http_header ( context,
title,
filtertype,
filterselect = 0,
tagid = 0 
)

Definition at line 48 of file rsslib.php.

Here is the call graph for this function:

blog_rss_file_name ( type,
id,
tagid = 0 
)

Definition at line 223 of file rsslib.php.

Here is the caller graph for this function:

blog_rss_get_feed ( context,
args 
)

Change structure to XML

Get header and footer information

Definition at line 104 of file rsslib.php.

Here is the call graph for this function:

blog_rss_get_params ( filters)

Utility function to extract parameters needed to generate RSS URLs from the blog filters

Parameters:
<type>$filters
Returns:
array array containing the id of the user/course/group, the relevant context and the filter type (site/user/course/group)

Definition at line 69 of file rsslib.php.

Here is the call graph for this function:

blog_rss_get_url ( contextid,
userid,
filtertype,
filterselect = 0,
tagid = 0 
)

Definition at line 6 of file rsslib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

blog_rss_print_link ( context,
filtertype,
filterselect = 0,
tagid = 0,
tooltiptext = '' 
)

Definition at line 34 of file rsslib.php.

Here is the call graph for this function:

blog_rss_save_file ( type,
id,
tagid = 0,
contents = '' 
)

Definition at line 234 of file rsslib.php.

Here is the call graph for this function:

Here is the caller graph for this function:

 All Data Structures Namespaces Files Functions Variables Enumerations