Class xml_domit_rss_document_lite
The base DOMIT! RSS Lite document class. Only title, link, and description elements are accessible through this API.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_base_document
|
xml_domit_rss_document_lite

Known subclasses:

None

Source file: xml_domit_rss_lite.php




Constructor
Instantiates a new xml_domit_rss_document. User can define the url of the RSS feed, cache time, and cache expiration.

Signature: xml_domit_rss_document_lite($url = '', $cacheDir = './', $cacheTime = 3600)

isPublic? yes




Public Constants



Private Constants
DOMIT_RSS_LITE_VERSION
Current version of DOMIT! RSS Lite

Type: int

Value: 0.1




Public Fields



Private Fields



Public Methods
getVersion
Returns the current version of DOMIT! RSS.

Signature: getVersion()

Returns:

int - The current version of DOMIT! RSS.




Private Methods
_init
Performs initialization of the RSS document.

Signature: _init()


Documentation generated by ClassyDoc, using the DOMIT! and SAXY parsers.
Please visit Engage Interactive to download free copies.