Moodle PHP Documentation 4.5
Moodle 4.5dev (Build: 20240606) (d3ae1391abe)
moodle_simplepie_file Class Reference

Moodle Customised version of the SimplePie_File class. More...

Inheritance diagram for moodle_simplepie_file:

Public Member Functions

 __construct ($url, $timeout=10, $redirects=5, $headers=null, $useragent=null, $force_fsockopen=false)
 The constructor is a copy of the stock simplepie File class which has been modified to add in use the Moodle curl class rather than php curl functions.
 

Detailed Description

Moodle Customised version of the SimplePie_File class.

This class extends the stock SimplePie class in order to utilise Moodles own curl class for making http requests. By using the moodle curl class we ensure that the correct proxy configuration is used.


The documentation for this class was generated from the following file: