Feed: ezcFeedProcessor
[ ]
[ Specifications ]
[ ]
[ ]
[ ]
[ ]
Class: ezcFeedProcessor
|
Base class for all feed processors. [
source]
Currently implemented for these feed types:
Child classes must implement these methods:
- generate() - Returns an XML string from the feed information contained.
Descendents
| Child Class |
Description |
| ezcFeedAtom |
Class providing parsing and generating of ATOM feeds.
|
| ezcFeedRss1 |
Class providing parsing and generating of RSS1 feeds.
|
| ezcFeedRss2 |
Class providing parsing and generating of RSS2 feeds.
|
Method Summary
|
public abstract string |
generate(
)
Returns an XML string from the feed information contained in this processor. |
|
public array(ezcFeedModule) |
getModules(
)
Returns an array with all the modules loaded at feed-level. |
Methods
generate
string generate(
)
Returns an XML string from the feed information contained in this processor.
Redefined in descendants as
getModules
array(ezcFeedModule) getModules(
)
Returns an array with all the modules loaded at feed-level.
Last updated: Mon, 09 Feb 2009