Summary
- File
- Package hierarchy Content\Feed
- Class hierarchy \FeedItem
Contains meta-informations and informations about a feed entry / item
Contains meta-informations and informations about a feed entry / item
set_title(string $value)
Sets the feed item title
string | $value | The title |
None found |
set_date(\Date $value)
Sets the feed item date
\Date | $value | a date object representing the item date |
None found |
set_desc(string $value)
Sets the feed item description
string | $value | the feed item description |
None found |
set_image_url(string $value)
Sets the feed item picture
string | $value | the picture url |
None found |
set_enclosure(\FeedItemEnclosure $value)
Sets the feed item enclosure
\FeedItemEnclosure | $value | the enclosure |
None found |
set_auth( $auth)
Sets the feed item auth, useful to check authorizations
$auth |
None found |
set_link(mixed $value)
Sets the feed item link
mixed | $value | a string url or an Url object |
None found |
set_guid(mixed $value)
Sets the feed item guid
mixed | $value | a string url or an Url object |
None found |
get_title()
None found |
get_link()
None found |
get_guid()
None found |
get_date()
None found |
get_date_rfc2822()
None found |
get_date_iso8601()
None found |
get_hours()
None found |
get_minutes()
None found |
get_date_text()
None found |
get_desc()
None found |
get_image_url()
None found |
get_enclosure()
None found |
get_auth()
None found |