Inheritance diagram for RSSCreator091:
Definition at line 897 of file feedcreator.class.php.
Public Member Functions | |
RSSCreator091 () | |
_setRSSVersion ($version) | |
Sets this RSS feed's version number. | |
createFeed () | |
Builds the RSS feed's text. | |
Public Attributes | |
$RSSVersion | |
Stores this RSS feed's version number. |
|
Definition at line 905 of file feedcreator.class.php. References _setRSSVersion(). |
|
Sets this RSS feed's version number. private Definition at line 914 of file feedcreator.class.php. Referenced by RSSCreator091(). |
|
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 923 of file feedcreator.class.php. References FeedCreator::_createAdditionalElements(), FeedCreator::_createGeneratorComment(), and FeedCreator::_createStylesheetReferences(). |
|
Stores this RSS feed's version number. private Definition at line 903 of file feedcreator.class.php. |