
Public Member Functions | |
| _setRSSVersion ($version) | |
| createFeed () | |
| RSSCreator091 () | |
Public Attributes | |
| $RSSVersion | |
Definition at line 845 of file feedcreator.class.php.
| RSSCreator091::_setRSSVersion | ( | $ | version | ) |
Sets this RSS feed's version number. private
Definition at line 862 of file feedcreator.class.php.
References $version.
Referenced by RSSCreator091().
| RSSCreator091::createFeed | ( | ) |
Builds the RSS feed's text. The feed will be compliant to RDF Site Summary (RSS) 1.0. The feed will contain all items previously added in the same order.
Reimplemented from FeedCreator.
Definition at line 871 of file feedcreator.class.php.
References $feed, $i, $now, FeedCreator::$pubDate, FeedCreator::_createAdditionalElements(), FeedCreator::_createGeneratorComment(), FeedCreator::_createStylesheetReferences(), author, copyright, date, descriptionTruncSize, editor, image, language, link, title, and webmaster.
Here is the call graph for this function:

| RSSCreator091::RSSCreator091 | ( | ) |
Definition at line 853 of file feedcreator.class.php.
References _setRSSVersion().
Here is the call graph for this function:

| RSSCreator091::$RSSVersion |
Stores this RSS feed's version number. private
Definition at line 851 of file feedcreator.class.php.
1.5.2