Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

RSSCreator091 Class Reference
[FeedCreator]

Inheritance diagram for RSSCreator091:

FeedCreator HtmlDescribable RSSCreator20 List of all members.

Detailed Description

RSSCreator091 is a FeedCreator that implements RSS 0.91 Spec, revision 3.

See also:
http://my.netscape.com/publish/formats/rss-spec-0.91.html
Since:
1.3
Author:
Kai Blankenhorn <kaib@bitfolge.de>

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.


Constructor & Destructor Documentation

RSSCreator091::RSSCreator091  ) 
 

Definition at line 905 of file feedcreator.class.php.

References _setRSSVersion().


Member Function Documentation

RSSCreator091::_setRSSVersion version  ) 
 

Sets this RSS feed's version number.

private

Definition at line 914 of file feedcreator.class.php.

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.

Returns:
string the feed's complete text

Reimplemented from FeedCreator.

Definition at line 923 of file feedcreator.class.php.

References FeedCreator::_createAdditionalElements(), FeedCreator::_createGeneratorComment(), and FeedCreator::_createStylesheetReferences().


Member Data Documentation

RSSCreator091::$RSSVersion
 

Stores this RSS feed's version number.

private

Definition at line 903 of file feedcreator.class.php.


The documentation for this class was generated from the following file:
Generated on Fri Oct 27 12:26:42 2006 for BaseJumper by doxygen 1.3.9.1