Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Functions | |
forum_rss_delete_file ($forum) | |
Given a forum object, deletes all cached RSS files associated with it. | |
forum_rss_feed_contents ($forum, $sql, $params, $context) | |
This function return the XML rss contents about the forum It returns false if something is wrong. | |
forum_rss_feed_discussions_sql ($forum, $cm, $newsince=0) | |
Generates the SQL query used to get the Discussion details from the forum table of the database. | |
forum_rss_feed_posts_sql ($forum, $cm, $newsince=0) | |
Generates the SQL query used to get the Post details from the forum table of the database. | |
forum_rss_get_feed ($context, $args) | |
This file adds support to rss feeds generation. | |
forum_rss_get_group_sql ($cm, $groupmode, $currentgroup, $modcontext=null) | |
Retrieve the correct SQL snippet for group-only forums. | |
forum_rss_get_sql ($forum, $cm, $time=0) | |
Determines which type of SQL query is required, one for posts or one for discussions, and returns the appropriate query. | |
forum_rss_newstuff ($forum, $cm, $time) | |
If there is new stuff in the forum since $time this returns true Otherwise it returns false. | |