Class xml_domit_rss_document
The base DOMIT! RSS document class.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_base_document
|
xml_domit_rss_document

Known subclasses:

None

Source file: xml_domit_rss.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($url = '', $cacheDir = './', $cacheTime = 3600)

isPublic? yes




Public Constants



Private Constants
DOMIT_RSS_VERSION
Current version of DOMIT! RSS

Type: int

Value: 0.1

DOMIT_RSS_ELEMENT_LANGUAGE
language constant

Type: String

Value: language

DOMIT_RSS_ELEMENT_COPYRIGHT
copyright constant

Type: String

Value: copyright

DOMIT_RSS_ELEMENT_MANAGINGEDITOR
managingEditor constant

Type: String

Value: managingeditor

DOMIT_RSS_ELEMENT_WEBMASTER
webmaster constant

Type: String

Value: webmaster

DOMIT_RSS_ELEMENT_PUBDATE
pubDate constant

Type: String

Value: pubdate

DOMIT_RSS_ELEMENT_LASTBUILDDATE
lastBuildDate constant

Type: String

Value: lastbuilddate

DOMIT_RSS_ELEMENT_CATEGORY
category constant

Type: String

Value: category

DOMIT_RSS_ELEMENT_GENERATOR
generator constant

Type: String

Value: generator

DOMIT_RSS_ELEMENT_DOCS
docs constant

Type: String

Value: docs

DOMIT_RSS_ELEMENT_CLOUD
cloud constant

Type: String

Value: cloud

DOMIT_RSS_ELEMENT_TTL
ttl constant

Type: String

Value: ttl

DOMIT_RSS_ELEMENT_IMAGE
image constant

Type: String

Value: image

DOMIT_RSS_ELEMENT_RATING
rating constant

Type: String

Value: rating

DOMIT_RSS_ELEMENT_TEXTINPUT
textinput constant

Type: String

Value: textinput

DOMIT_RSS_ELEMENT_SKIPHOURS
skiphours constant

Type: String

Value: skiphours

DOMIT_RSS_ELEMENT_SKIPDAYS
skipdays constant

Type: String

Value: skipdays

DOMIT_RSS_ELEMENT_URL
url constant

Type: String

Value: url

DOMIT_RSS_ELEMENT_WIDTH
width constant

Type: String

Value: width

DOMIT_RSS_ELEMENT_HEIGHT
height constant

Type: String

Value: height

DOMIT_RSS_ELEMENT_GUID
guid constant

Type: String

Value: guid

DOMIT_RSS_ELEMENT_ENCLOSURE
enclosure constant

Type: String

Value: enclosure

DOMIT_RSS_ELEMENT_COMMENTS
comments constant

Type: String

Value: comments

DOMIT_RSS_ELEMENT_SOURCE
source constant

Type: String

Value: source

DOMIT_RSS_ELEMENT_NAME
name constant

Type: String

Value: name

DOMIT_RSS_ELEMENT_AUTHOR
author constant

Type: String

Value: author

DOMIT_RSS_ATTR_DOMAIN
domain constant

Type: String

Value: domain

DOMIT_RSS_ATTR_PORT
port constant

Type: String

Value: port

DOMIT_RSS_ATTR_PATH
name constant

Type: path

Value: name

DOMIT_RSS_ATTR_REGISTERPROCEDURE
registerProcedure constant

Type: String

Value: registerprocedure

DOMIT_RSS_ATTR_PROTOCOL
protocol constant

Type: String

Value: protocol

DOMIT_RSS_ATTR_URL
url constant

Type: String

Value: url

DOMIT_RSS_ATTR_LENGTH
length constant

Type: String

Value: length

DOMIT_RSS_ATTR_TYPE
type constant

Type: String

Value: type

DOMIT_RSS_ATTR_ISPERMALINK
isPermaLink constant

Type: String

Value: ispermalink




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.