ZMObject
└─ZMRss
public class ZMRss
extends ZMObject
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | __construct(string url, string category, int limit) Create a new RSS feed |
| 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 | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public void __construct(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.