Class FeedItem

Description

A FeedItem is a part of a FeedCreator feed.

Located in /includes/feedcreator.class.php (line 182)

HtmlDescribable
   |
   --FeedItem
Variable Summary
 mixed $author
 mixed $authorEmail
 mixed $category
 mixed $comments
 mixed $creator
 mixed $date
 mixed $description
 mixed $guid
 mixed $image
 mixed $link
 mixed $source
 mixed $title
Variables
mixed $additionalElements = array() (line 216)

Any additional elements to include as an assiciated array. All $key => $value pairs

will be included unencoded in the feed item in the form <$key>$value</$key> Again: No encoding will be used! This means you can invalidate or enhance the feed if $value contains markup. This may be abused to embed tags not implemented by the FeedCreator class used.

mixed $author (line 191)

Optional attributes of an item.

mixed $authorEmail (line 191)
mixed $category (line 191)
mixed $comments (line 191)
mixed $creator (line 191)
mixed $date (line 206)

Publishing date of an item. May be in one of the following formats:

RFC 822: "Mon, 20 Jan 03 18:05:41 +0400" "20 Jan 03 18:05:41 +0000"

ISO 8601: "2003-01-20T18:05:41+04:00"

Unix: 1043082341

mixed $description (line 186)
mixed $guid (line 191)
mixed $image (line 191)
mixed $link (line 186)
mixed $source (line 191)
mixed $title (line 186)

Mandatory attributes of an item.

Inherited Variables

Inherited from HtmlDescribable

HtmlDescribable::$descriptionHtmlSyndicated
HtmlDescribable::$descriptionTruncSize
Methods

Inherited Methods

Inherited From HtmlDescribable

 HtmlDescribable::getDescription()

Documentation generated on Mon, 05 May 2008 16:19:40 +0400 by phpDocumentor 1.4.0