Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Functions | |
blog_rss_add_http_header ($context, $title, $filtertype, $filterselect=0, $tagid=0) | |
Build the URL for the RSS feed amd add it as a header. | |
blog_rss_delete_file ($userid) | |
Delete the supplied user's cached blog post RSS feed. | |
blog_rss_file_name ($type, $id, $tagid=0) | |
Retrieve the location and file name of a cached RSS feed. | |
blog_rss_get_feed ($context, $args) | |
Generate any blog RSS feed via one function. | |
blog_rss_get_params ($filters) | |
Utility function to extract parameters needed to generate RSS URLs from the blog filters. | |
blog_rss_get_url ($contextid, $userid, $filtertype, $filterselect=0, $tagid=0) | |
Build the URL for the RSS feed. | |
blog_rss_print_link ($context, $filtertype, $filterselect=0, $tagid=0, $tooltiptext='') | |
Print the link for the RSS feed with the correct RSS icon (Theme based) | |
blog_rss_save_file ($type, $id, $tagid=0, $contents='') | |
This function saves to file the rss feed specified in the parameters. | |