Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

FeedItem Class Reference
[FeedCreator]

Inheritance diagram for FeedItem:

HtmlDescribable List of all members.

Detailed Description

A FeedItem is a part of a FeedCreator feed.

Author:
Kai Blankenhorn <kaib@bitfolge.de>
Since:
1.3

Definition at line 185 of file feedcreator.class.php.

Public Attributes

 $title
 Mandatory attributes of an item.
 $description
 Mandatory attributes of an item.
 $link
 Mandatory attributes of an item.
 $author
 Optional attributes of an item.
 $authorEmail
 Optional attributes of an item.
 $image
 Optional attributes of an item.
 $category
 Optional attributes of an item.
 $comments
 Optional attributes of an item.
 $guid
 Optional attributes of an item.
 $source
 Optional attributes of an item.
 $creator
 Optional attributes of an item.
 $date
 Publishing date of an item.
 $additionalElements = Array()
 Any additional elements to include as an assiciated array.


Member Data Documentation

FeedItem::$additionalElements = Array()
 

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.

Definition at line 219 of file feedcreator.class.php.

FeedItem::$author
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$authorEmail
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$category
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$comments
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$creator
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$date
 

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

Definition at line 209 of file feedcreator.class.php.

FeedItem::$description
 

Mandatory attributes of an item.

Definition at line 189 of file feedcreator.class.php.

FeedItem::$guid
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$image
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$link
 

Mandatory attributes of an item.

Definition at line 189 of file feedcreator.class.php.

FeedItem::$source
 

Optional attributes of an item.

Definition at line 194 of file feedcreator.class.php.

FeedItem::$title
 

Mandatory attributes of an item.

Definition at line 189 of file feedcreator.class.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:41 2006 for BaseJumper by doxygen 1.3.9.1