|
|
| UniversalFeedCreator::createFeed |
( |
$ |
format = "RSS0.91" |
) |
|
Creates a syndication feed based on the items previously added.
- See also:
- FeedCreator::addItem()
- Parameters:
-
| string | format format the feed should comply to. Valid values are: "PIE0.1", "mbox", "RSS0.91", "RSS1.0", "RSS2.0", "OPML", "ATOM0.3", "HTML", "JS" |
- Returns:
- string the contents of the feed.
Definition at line 577 of file class_feedcreator.inc.php.
|