Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Functions
rsslib.php File Reference

This file contains all the common stuff to be used for RSS in the Database Module. More...

Functions

 data_rss_delete_file ($data)
 Given a database object, deletes all cached RSS files associated with it. More...
 
 data_rss_get_feed ($context, $args)
 Generates the Database modules RSS Feed. More...
 
 data_rss_get_sql ($data, $time=0)
 Creates and returns a SQL query for the items that would be included in the RSS Feed. More...
 
 data_rss_newstuff ($data, $time)
 If there is new stuff in since $time this returns true Otherwise it returns false. More...
 

Detailed Description

This file contains all the common stuff to be used for RSS in the Database Module.