ZMObject
└─ZMRss
public class ZMRss
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMRss(string url, string category, int limit) Create a new RSS feed |
|
| Method Summary | |
|---|---|
| ZMRssChannel | Get channel information. |
| void | getItems(array A) Get feed items. |
| boolean | Returns true if contents is available. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMRss(string url, string category, int limit)
Create a new RSS feed
public ZMRssChannel getChannel()
Get channel information.
public void getItems(array A)
Get feed items.
ZMRssItems.public boolean hasContents()
Returns true if contents is available.
true if feed items are available, false, if not.
A RSS feed.
ZenMagick wrapper around
lastRSS.