Table of Contents
Properties
-
$myCacheTime
: mixed
-
$myDescription
: mixed
-
$myFeeds
: mixed
-
$myLink
: mixed
-
$myPubDate
: mixed
-
$myTitle
: mixed
Methods
-
__construct()
: mixed
-
export()
: mixed
-
compare_items()
: mixed
-
create_RSS_key()
: mixed
-
fetch_from_cache()
: mixed
-
fetch_from_url()
: mixed
$myCacheTime
private
mixed
$myCacheTime
= \null
$myDescription
private
mixed
$myDescription
= \null
$myFeeds
private
mixed
$myFeeds
= \null
$myLink
private
mixed
$myLink
= \null
$myPubDate
private
mixed
$myPubDate
= \null
$myTitle
private
mixed
$myTitle
= \null
__construct()
public
__construct(mixed $feeds[, mixed $channel_title = null ][, mixed $channel_link = null ][, mixed $channel_description = null ][, mixed $channel_pubdate = null ][, mixed $cache_time_in_seconds = 86400 ]) : mixed
Parameters
-
$feeds
: mixed
-
-
$channel_title
: mixed
= null
-
-
$channel_link
: mixed
= null
-
-
$channel_description
: mixed
= null
-
-
$channel_pubdate
: mixed
= null
-
-
$cache_time_in_seconds
: mixed
= 86400
-
export()
public
export([mixed $return_as_string = true ][, mixed $output = false ][, mixed $limit = null ]) : mixed
Parameters
-
$return_as_string
: mixed
= true
-
-
$output
: mixed
= false
-
-
$limit
: mixed
= null
-
compare_items()
private
static compare_items(mixed $a, mixed $b) : mixed
Parameters
-
$a
: mixed
-
-
$b
: mixed
-
private
static create_RSS_key(mixed $url) : mixed
Parameters
-
$url
: mixed
-
fetch_from_cache()
private
static fetch_from_cache(mixed $cache_file) : mixed
Parameters
-
$cache_file
: mixed
-
fetch_from_url()
private
static fetch_from_url(mixed $url) : mixed
Parameters
-
$url
: mixed
-