Moodle  2.2.1
http://www.collinsharper.com
moodle_simplepie Class Reference
Inheritance diagram for moodle_simplepie:
Collaboration diagram for moodle_simplepie:

Public Member Functions

 __construct ($feedurl=null)

Static Public Member Functions

static reset_cache ()

Detailed Description

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.

Since:
Moodle 2.0

Definition at line 49 of file moodle_simplepie.php.


Constructor & Destructor Documentation

__construct ( feedurl = null)

Constructor - creates an instance of the SimplePie class with Moodle defaults.

Parameters:
string$feedurloptional URL of the feed

Definition at line 57 of file moodle_simplepie.php.

Here is the call graph for this function:


Member Function Documentation

static reset_cache ( ) [static]

Reset RSS cache

Returns:
boolean success if cache clear or didn't exist

Definition at line 99 of file moodle_simplepie.php.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations