Class xml_domit_rss_source
Represents an RSS source.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_source

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_source.

Signature: xml_domit_rss_source(&$source)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getSource
Returns the source text.

Signature: getSource()

Returns:

String - The source text.

Example:

Returns the source text.

$srcText = $mySource->getSource();

getUrl
Returns the url of the source.

Signature: getUrl()

Returns:

String - The url of the source.

Example:

Returns the url of the source.

$url = $mySource->getUrl();




Private Methods

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