ZenphotoCMS 1.6.x

MergedRSS
in package

Table of Contents

$myCacheTime  : mixed
$myDescription  : mixed
$myFeeds  : mixed
$myLink  : mixed
$myPubDate  : mixed
$myTitle  : mixed
__construct()  : mixed
export()  : mixed
compare_items()  : mixed
create_RSS_key()  : mixed
fetch_from_cache()  : mixed
fetch_from_url()  : mixed

Properties

$myCacheTime

private mixed $myCacheTime = \null

$myDescription

private mixed $myDescription = \null

Methods

__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
Return values
mixed

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
Return values
mixed

compare_items()

private static compare_items(mixed $a, mixed $b) : mixed
Parameters
$a : mixed
$b : mixed
Return values
mixed

create_RSS_key()

private static create_RSS_key(mixed $url) : mixed
Parameters
$url : mixed
Return values
mixed

fetch_from_cache()

private static fetch_from_cache(mixed $cache_file) : mixed
Parameters
$cache_file : mixed
Return values
mixed

fetch_from_url()

private static fetch_from_url(mixed $url) : mixed
Parameters
$url : mixed
Return values
mixed

Search results