Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Moodle Customised version of the SimplePie_File class. More...
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. | |
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.