Class xml_domit_rss_item_lite
Represents an RSS item.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_item_lite

Known subclasses:

None

Source file: xml_domit_rss_lite.php




Constructor
Instantiates a new xml_domit_rss_item_lite.

Signature: xml_domit_rss_item_lite(&$item)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getTitle
Returns the title of the item.

Signature: getTitle()

Returns:

String - The title of the item, or an empty string.

Example:

Returns the title of the item.

$title = $myItem->getTitle();

getLink
Returns the url of the item.

Signature: getLink()

Returns:

String - The url of the item, or an empty string.

Example:

Returns the url of the item.

$link = $myItem->getLink();

getDescription
Returns the description of the item.

Signature: getDescription()

Returns:

String - The description of the item, or an empty string.

Example:

Returns the description of the item.

$description = $myItem->getDescription();




Private Methods
_init
Performs initialization of an RSS item.

Signature: _init()


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