-
-
|
|
Class: FeedItemSource Location: /content/syndication/feed_item.class.php [line 36]
Class Overview
Contains meta-informations and informations about a feed entry / item
Class Details
Class Methods
constructor FeedItem [line 42]
Builds a FeedItem element
method get_auth [line 107]
method get_date [line 102]
method get_date_rfc822 [line 103]
method get_date_rfc3339 [line 104]
method get_desc [line 105]
method get_guid [line 101]
method get_image_url [line 106]
method get_link [line 100]
method get_title [line 99]
method set_auth [line 69]
void set_auth(
$auth, int[string]
$value)
|
|
Sets the feed item auth, useful to check authorizations
Parameters:
method set_date [line 54]
void set_date(
Date
$value)
|
|
Sets the feed item date
Parameters:
method set_desc [line 59]
void set_desc(
string
$value)
|
|
Sets the feed item description
Parameters:
method set_guid [line 86]
void set_guid(
mixed
$value)
|
|
Sets the feed item guid
Parameters:
method set_image_url [line 64]
void set_image_url(
string
$value)
|
|
Sets the feed item picture
Parameters:
method set_link [line 74]
void set_link(
mixed
$value)
|
|
Sets the feed item link
Parameters:
method set_title [line 49]
void set_title(
string
$value)
|
|
Sets the feed item title
Parameters:
Class Variables
[line 117]
mixed
$auth
= null
[line 113]
mixed
$date
= null
[line 114]
mixed
$desc
= ''
[line 115]
mixed
$guid
= ''
[line 116]
mixed
$image_url
= ''
[line 112]
mixed
$link
= ''
[line 111]
mixed
$title
= ''
|
-
-