Inheritance diagram for FeedItem:

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. | |
|
|
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. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
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. |
|
|
Mandatory attributes of an item.
Definition at line 189 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Mandatory attributes of an item.
Definition at line 189 of file feedcreator.class.php. |
|
|
Optional attributes of an item.
Definition at line 194 of file feedcreator.class.php. |
|
|
Mandatory attributes of an item.
Definition at line 189 of file feedcreator.class.php. |
1.3.9.1