|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (&$file, $timeout=10, $useragent=null, $file_class= 'SimplePie_File', $max_checked_feeds=10, $content_type_sniffer_class= 'SimplePie_Content_Type_Sniffer') | |
| find ($type=SIMPLEPIE_LOCATOR_ALL, &$working) | |
| is_feed (&$file) | |
| get_base () | |
| autodiscovery () | |
| get_links () | |
| extension (&$array) | |
| body (&$array) | |
Data Fields | |
| $useragent | |
| $timeout | |
| $file | |
| $local = array() | |
| $elsewhere = array() | |
| $file_class = 'SimplePie_File' | |
| $cached_entities = array() | |
| $http_base | |
| $base | |
| $base_location = 0 | |
| $checked_feeds = 0 | |
| $max_checked_feeds = 10 | |
| $content_type_sniffer_class = 'SimplePie_Content_Type_Sniffer' | |
Definition at line 13586 of file simplepie.class.php.
| __construct | ( | &$ | file, |
| $ | timeout = 10, |
||
| $ | useragent = null, |
||
| $ | file_class = 'SimplePie_File', |
||
| $ | max_checked_feeds = 10, |
||
| $ | content_type_sniffer_class = 'SimplePie_Content_Type_Sniffer' |
||
| ) |
Definition at line 13602 of file simplepie.class.php.
| autodiscovery | ( | ) |
| body | ( | &$ | array | ) |
Definition at line 13817 of file simplepie.class.php.
| extension | ( | &$ | array | ) |
Definition at line 13792 of file simplepie.class.php.
| find | ( | $ | type = SIMPLEPIE_LOCATOR_ALL, |
| &$ | working | ||
| ) |
Definition at line 13612 of file simplepie.class.php.
| get_base | ( | ) |
| get_links | ( | ) |
| is_feed | ( | &$ | file | ) |
Definition at line 13663 of file simplepie.class.php.
| $base |
Definition at line 13596 of file simplepie.class.php.
| $base_location = 0 |
Definition at line 13597 of file simplepie.class.php.
| $cached_entities = array() |
Definition at line 13594 of file simplepie.class.php.
| $checked_feeds = 0 |
Definition at line 13598 of file simplepie.class.php.
| $content_type_sniffer_class = 'SimplePie_Content_Type_Sniffer' |
Definition at line 13600 of file simplepie.class.php.
| $elsewhere = array() |
Definition at line 13592 of file simplepie.class.php.
| $file |
Definition at line 13590 of file simplepie.class.php.
| $file_class = 'SimplePie_File' |
Definition at line 13593 of file simplepie.class.php.
| $http_base |
Definition at line 13595 of file simplepie.class.php.
| $local = array() |
Definition at line 13591 of file simplepie.class.php.
| $max_checked_feeds = 10 |
Definition at line 13599 of file simplepie.class.php.
| $timeout |
Definition at line 13589 of file simplepie.class.php.
| $useragent |
Definition at line 13588 of file simplepie.class.php.