|
Moodle
2.2.1
http://www.collinsharper.com
|
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='') | |
| blog_rss_add_http_header | ( | $ | context, |
| $ | title, | ||
| $ | filtertype, | ||
| $ | filterselect = 0, |
||
| $ | tagid = 0 |
||
| ) |
| blog_rss_file_name | ( | $ | type, |
| $ | id, | ||
| $ | tagid = 0 |
||
| ) |
| blog_rss_get_feed | ( | $ | context, |
| $ | args | ||
| ) |
Change structure to XML
Get header and footer information
Definition at line 104 of file rsslib.php.

| blog_rss_get_params | ( | $ | filters | ) |
Utility function to extract parameters needed to generate RSS URLs from the blog filters
| <type> | $filters |
Definition at line 69 of file rsslib.php.

| blog_rss_get_url | ( | $ | contextid, |
| $ | userid, | ||
| $ | filtertype, | ||
| $ | filterselect = 0, |
||
| $ | tagid = 0 |
||
| ) |
Definition at line 6 of file rsslib.php.


| blog_rss_print_link | ( | $ | context, |
| $ | filtertype, | ||
| $ | filterselect = 0, |
||
| $ | tagid = 0, |
||
| $ | tooltiptext = '' |
||
| ) |
| blog_rss_save_file | ( | $ | type, |
| $ | id, | ||
| $ | tagid = 0, |
||
| $ | contents = '' |
||
| ) |
Definition at line 234 of file rsslib.php.

