|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($feedurl=null) | |
Static Public Member Functions | |
| static | reset_cache () |
Moodle Customised version of the SimplePie class
This class extends the stock SimplePie class in order to make sensible configuration choices, such as using the Moodle cache directory and curl functions/proxy config for making http requests in line with moodle configuration.
Definition at line 49 of file moodle_simplepie.php.
| __construct | ( | $ | feedurl = null | ) |
Constructor - creates an instance of the SimplePie class with Moodle defaults.
| string | $feedurl | optional URL of the feed |
Definition at line 57 of file moodle_simplepie.php.

| static reset_cache | ( | ) | [static] |
Reset RSS cache
Definition at line 99 of file moodle_simplepie.php.

