-
-
|
|
Class: FeedDataSource Location: /content/syndication/feed_data.class.php [line 40]
Class Overview
Contains meta-informations about a feed with its entries
Class Details
Class Methods
constructor FeedData [line 48]
FeedData FeedData(
[FeedData
$data = null])
|
|
Builds a FeedData Object
Parameters:
method add_item [line 106]
method get_date [line 111]
method get_date_rfc822 [line 112]
method get_date_rfc3339 [line 113]
method get_desc [line 114]
method get_host [line 116]
method get_items [line 122]
Returns the feed items Tags:
method get_lang [line 115]
method get_link [line 110]
method get_title [line 109]
method serialize [line 135]
method set_auth_bit [line 92]
void set_auth_bit(
int
$value)
|
|
Sets the feed auth bit, useful to check authorizations
Parameters:
method set_date [line 72]
void set_date(
Date
$value)
|
|
Sets the feed data date
Parameters:
method set_desc [line 77]
void set_desc(
string
$value)
|
|
Sets the feed description
Parameters:
method set_host [line 87]
void set_host(
string
$value)
|
|
Sets the feed host
Parameters:
method set_lang [line 82]
void set_lang(
string
$value)
|
|
Sets the feed language
Parameters:
method set_link [line 97]
void set_link(
mixed
$value)
|
|
Sets the feed item link
Parameters:
method set_title [line 67]
void set_title(
string
$value)
|
|
Sets the feed title
Parameters:
method subitems [line 147]
FeedItem[] subitems(
[int
$number = 10], [int
$begin_at = 0])
|
|
Returns a items list containing $number items starting from the $begin_at one Tags:
Parameters:
Class Variables
[line 170]
mixed
$auth_bit
= 0
[line 165]
mixed
$date
= null
[line 166]
mixed
$desc
= ''
[line 168]
mixed
$host
= ''
[line 169]
mixed
$items
= array()
[line 167]
mixed
$lang
= ''
[line 164]
mixed
$link
= ''
[line 163]
mixed
$title
= ''
|
-
-