See Release Notes
Long Term Support Release
Differences Between: [Versions 401 and 402] [Versions 401 and 403]
Moodle - Modular Object-Oriented Dynamic Learning Environment http://moodle.org Copyright (C) 1999 onwards Martin Dougiamas http://dougiamas.com This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
Author: | Dan Poltawski <talktodan@gmail.com> |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 223 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
moodle_simplepie:: (3 methods):
__construct()
get_cache_directory()
reset_cache()
moodle_simplepie_file:: (1 method):
__construct()
moodle_simplepie_sanitize:: (1 method):
sanitize()
Class: moodle_simplepie - X-Ref
Moodle Customised version of the SimplePie class__construct($feedurl = null, $timeout = 2) X-Ref |
Constructor - creates an instance of the SimplePie class with Moodle defaults. param: string $feedurl optional URL of the feed param: int $timeout how many seconds requests should wait for server response |
get_cache_directory() X-Ref |
Get path for feed cache directory return: string absolute path to cache directory |
reset_cache() X-Ref |
Reset RSS cache return: boolean success if cache clear or didn't exist |
Class: moodle_simplepie_file - X-Ref
Moodle Customised version of the SimplePie_File class__construct($url, $timeout = 10, $redirects = 5, $headers = null, $useragent = null, $force_fsockopen = false) X-Ref |
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. |