
Public Attributes | |
| $additionalElements = Array() | |
| $author | |
| $authorEmail | |
| $category | |
| $comments | |
| $creator | |
| $date | |
| $description | |
| $guid | |
| $image | |
| $link | |
| $source | |
| $title | |
Definition at line 130 of file feedcreator.class.php.
| 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 164 of file feedcreator.class.php.
| FeedItem::$author |
Optional attributes of an item.
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$authorEmail |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$category |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$comments |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$creator |
Definition at line 139 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 154 of file feedcreator.class.php.
| FeedItem::$description |
Definition at line 134 of file feedcreator.class.php.
| FeedItem::$guid |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$image |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$link |
Definition at line 134 of file feedcreator.class.php.
| FeedItem::$source |
Definition at line 139 of file feedcreator.class.php.
| FeedItem::$title |
Mandatory attributes of an item.
Definition at line 134 of file feedcreator.class.php.
1.5.2