Liste de tous les membres
Fonctions membres publiques
Attributs publics
Description détaillée
A FeedItem is a part of a FeedCreator feed.
- Auteur:
- Kai Blankenhorn <kaib@bitfolge.de>
- Depuis:
- 1.3
Documentation des fonctions membres
FeedItem::addEnclosure |
( |
$ |
url, |
|
|
$ |
length = 0 , |
|
|
$ |
type |
|
) |
| |
Documentation des données membres
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</> 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.
FeedItem::$additionalMarkup = "" |
Any additional markup to include as a string. This can be used in places where $additionalElements isn't sufficient (for example, if you need to add elements with attributes, eg: <element attribute="value">).
- Depuis:
- 1.7.3
Optional attributes of an item.
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
Add <enclosure> element tag RSS 2.0 modified by : Mohammad Hafiz bin Ismail (mypapit@gmail.com)
display : <enclosure length="17691" url="http://something.com/picture.jpg" type="image/jpeg">
FeedItem::$enclosures = Array() |
Mandatory attributes of an item.
La documentation de cette classe a été générée à partir du fichier suivant :