Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Unknown

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class SimplePie

Description

**************************************************

**************************************************** **************************************************** **************************************************

Located in /simplepie/simplepie.php (line 24)

Class SimplePie
Variable Summary
Variable mixed $build
Variable mixed $cache_class
Variable mixed $data
Variable mixed $error
Variable mixed $file
Variable mixed $file_class
Variable mixed $linkback
Variable mixed $max_minutes
Variable mixed $name
Variable mixed $rss_url
Variable mixed $sanitize
Variable mixed $timeout
Variable mixed $url
Variable mixed $useragent
Variable mixed $version
Variable mixed $xml_dump
Method Summary
Constructor SimplePie SimplePie ([ $feed_url = null], [ $cache_location = null], [ $cache_max_minutes = null])
Method void bypass_image_hotlink ([ $get = false])
Method void bypass_image_hotlink_page ([ $page = false])
Method void cache_location ([ $location = './cache'])
Method void cache_max_minutes ([ $minutes = 60])
Method void enable_caching ([ $enable = true])
Method void enable_xmldump ([ $enable = false])
Method void encode_instead_of_strip ([ $enable = true])
Method void feed_url ( $url)
Method void force_fsockopen ([ $enable = false])
Method void get_encoding ()
Method void get_favicon ([ $check = false], [ $alternate = null])
Method void get_feed_link ()
Method void get_feed_links ()
Method void get_feed_title ()
Method void get_image_exist ()
Method void get_image_link ()
Method void get_image_title ()
Method void get_image_url ()
Method void get_image_width ()
Method void get_item ([ $key = 0])
Method void get_items ([ $start = 0], [ $end = 0])
Method void get_item_quantity ([ $max = 0])
Method void get_type ()
Method void get_version ()
Method void handle_content_type ([ $mime = 'text/html'])
Method void init ()
Method void input_encoding ([ $encoding = false])
Method void order_by_date ([ $enable = true])
Method void output_encoding ([ $encoding = 'UTF-8'])
Method void remove_div ([ $enable = true])
Method void replace_headers ([ $enable = false])
Method void set_author_class ([ $class = 'SimplePie_Author'])
Method void set_cache_class ([ $class = 'SimplePie_Cache'])
Method void set_cache_name_type ([ $type = 'sha1'])
Method void set_enclosure_class ([ $class = 'SimplePie_Enclosure'])
Method void set_file ( &$file)
Method void set_file_class ([ $class = 'SimplePie_File'])
Method void set_item_class ([ $class = 'SimplePie_Item'])
Method void set_locator_class ([ $class = 'SimplePie_Locator'])
Method void set_parser_class ([ $class = 'SimplePie_Parser'])
Method void set_raw_data ( $data)
Method void set_sanitize_class ([ $object = 'SimplePie_Sanitize'])
Method void set_timeout ([ $timeout = 10])
Method void set_useragent ( $ua)
Method void strip_ads ([ $enable = false])
Method void strip_attributes ([ $attribs = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur')])
Method void strip_htmltags ([ $tags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style')], [ $encode = null])
Method void subscribe_aol ()
Method void subscribe_feed ()
Method void subscribe_msn ()
Method void subscribe_odeo ()
Method void subscribe_pluck ()
Method void subscribe_rojo ()
Method void subscribe_url ()
Method void subscribe_yahoo ()
Variables
mixed $build = '20061124' (line 29)
mixed $cache_class = 'SimplePie_Cache' (line 47)
mixed $cache_location = './cache' (line 44)
mixed $cache_name_type = 'sha1' (line 52)
mixed $data (line 55)
mixed $enable_cache = true (line 42)
mixed $error (line 56)
mixed $file (line 39)
mixed $file_class = 'SimplePie_File' (line 50)
mixed $force_fsockopen = false (line 51)
mixed $input_encoding = false (line 46)
mixed $linkback (line 32)
mixed $locator_class = 'SimplePie_Locator' (line 48)
mixed $max_minutes = 60 (line 43)
mixed $name = 'SimplePie' (line 27)
mixed $order_by_date = true (line 45)
mixed $parser_class = 'SimplePie_Parser' (line 49)
mixed $rss_url (line 38)
mixed $sanitize (line 35)
mixed $timeout = 10 (line 40)
mixed $url = 'http://simplepie.org/' (line 30)
mixed $useragent (line 31)
mixed $version = '1.0 b3.2' (line 28)
mixed $xml_dump = false (line 41)
Methods
Constructor SimplePie (line 58)
SimplePie SimplePie ([ $feed_url = null], [ $cache_location = null], [ $cache_max_minutes = null])
  • $feed_url
  • $cache_location
  • $cache_max_minutes
bypass_image_hotlink (line 244)
void bypass_image_hotlink ([ $get = false])
  • $get
bypass_image_hotlink_page (line 249)
void bypass_image_hotlink_page ([ $page = false])
  • $page
cache_location (line 135)
void cache_location ([ $location = './cache'])
  • $location
cache_max_minutes (line 130)
void cache_max_minutes ([ $minutes = 60])
  • $minutes
enable_caching (line 125)
void enable_caching ([ $enable = true])
  • $enable
enable_xmldump (line 120)
void enable_xmldump ([ $enable = false])
  • $enable
encode_instead_of_strip (line 278)
void encode_instead_of_strip ([ $enable = true])
  • $enable
feed_url (line 96)
void feed_url ( $url)
  • $url
force_fsockopen (line 212)
void force_fsockopen ([ $enable = false])
  • $enable
get_encoding (line 632)
void get_encoding ()
get_favicon (line 685)
void get_favicon ([ $check = false], [ $alternate = null])
  • $check
  • $alternate
get_feed_copyright (line 1034)
void get_feed_copyright ()
get_feed_description (line 1010)
void get_feed_description ()
get_feed_language (line 1046)
void get_feed_language ()
get_feed_link (line 986)
void get_feed_link ()
get_feed_links (line 998)
void get_feed_links ()
get_feed_title (line 974)
void get_feed_title ()
get_image_exist (line 1062)
void get_image_exist ()
get_image_height (line 1126)
void get_image_height ()
get_image_link (line 1102)
void get_image_link ()
get_image_title (line 1074)
void get_image_title ()
get_image_url (line 1086)
void get_image_url ()
get_image_width (line 1114)
void get_image_width ()
get_item (line 1158)
void get_item ( $key)
  • $key
get_items (line 1170)
void get_items ( $start,  $end)
  • $start
  • $end
get_item_quantity (line 1138)
void get_item_quantity ( $max)
  • $max
get_type (line 661)
void get_type ()
get_version (line 673)
void get_version ()
handle_content_type (line 644)
void handle_content_type ([ $mime = 'text/html'])
  • $mime
init (line 308)
void init ()
input_encoding (line 145)
void input_encoding ([ $encoding = false])
  • $encoding
order_by_date (line 140)
void order_by_date ([ $enable = true])
  • $enable
output_encoding (line 288)
void output_encoding ([ $encoding = 'UTF-8'])
  • $encoding
remove_div (line 259)
void remove_div ([ $enable = true])
  • $enable
replace_headers (line 254)
void replace_headers ([ $enable = false])
  • $enable
set_author_class (line 298)
void set_author_class ([ $class = 'SimplePie_Author'])
  • $class
set_cache_class (line 157)
void set_cache_class ([ $class = 'SimplePie_Cache'])
  • $class
set_cache_name_type (line 217)
void set_cache_name_type ([ $type = 'sha1'])
  • $type
set_enclosure_class (line 303)
void set_enclosure_class ([ $class = 'SimplePie_Enclosure'])
  • $class
set_file (line 101)
void set_file ( &$file)
  • &$file
set_file_class (line 187)
void set_file_class ([ $class = 'SimplePie_File'])
  • $class
set_item_class (line 293)
void set_item_class ([ $class = 'SimplePie_Item'])
  • $class
set_locator_class (line 167)
void set_locator_class ([ $class = 'SimplePie_Locator'])
  • $class
set_parser_class (line 177)
void set_parser_class ([ $class = 'SimplePie_Parser'])
  • $class
set_raw_data (line 115)
void set_raw_data ( $data)
  • $data
set_sanitize_class (line 197)
void set_sanitize_class ([ $object = 'SimplePie_Sanitize'])
  • $object
set_timeout (line 110)
void set_timeout ([ $timeout = 10])
  • $timeout
set_useragent (line 207)
void set_useragent ( $ua)
  • $ua
strip_ads (line 264)
void strip_ads ([ $enable = false])
  • $enable
strip_attributes (line 283)
void strip_attributes ([ $attribs = array('bgsound', 'class', 'expr', 'id', 'style', 'onclick', 'onerror', 'onfinish', 'onmouseover', 'onmouseout', 'onfocus', 'onblur')])
  • $attribs
strip_htmltags (line 269)
void strip_htmltags ([ $tags = array('base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style')], [ $encode = null])
  • $tags
  • $encode
subscribe_aol (line 765)
void subscribe_aol ()
subscribe_bloglines (line 777)
void subscribe_bloglines ()
subscribe_eskobo (line 789)
void subscribe_eskobo ()
subscribe_feed (line 729)
void subscribe_feed ()
subscribe_feedfeeds (line 801)
void subscribe_feedfeeds ()
subscribe_feedlounge (line 813)
void subscribe_feedlounge ()
subscribe_feedster (line 825)
void subscribe_feedster ()
subscribe_google (line 837)
void subscribe_google ()
subscribe_gritwire (line 849)
void subscribe_gritwire ()
subscribe_msn (line 861)
void subscribe_msn ()
subscribe_netvibes (line 878)
void subscribe_netvibes ()
subscribe_newsburst (line 890)
void subscribe_newsburst ()
subscribe_newsgator (line 902)
void subscribe_newsgator ()
subscribe_odeo (line 914)
void subscribe_odeo ()
subscribe_outlook (line 741)
void subscribe_outlook ()
subscribe_pluck (line 926)
void subscribe_pluck ()
subscribe_podcast (line 753)
void subscribe_podcast ()
subscribe_podnova (line 938)
void subscribe_podnova ()
subscribe_rojo (line 950)
void subscribe_rojo ()
subscribe_url (line 717)
void subscribe_url ()
subscribe_yahoo (line 962)
void subscribe_yahoo ()

Documentation generated on Mon, 05 Mar 2007 21:25:08 +0000 by phpDocumentor 1.3.1