Class xml_domit_rss_enclosure
Represents an RSS enclosure.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_enclosure

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_enclosure.

Signature: xml_domit_rss_enclosure(&$enclosure)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getEnclosure
Returns the enclosure text of the enclosure.

Signature: getEnclosure()

Returns:

String - The enclosure text of the enclosure, or an empty string.

Example:

Returns the enclosure text of the enclosure.

$enclosure = $myEnclosure->getEnclosure();

getUrl
Returns the url of the enclosure.

Signature: getUrl()

Returns:

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

Example:

Returns the url of the enclosure.

$url = $myEnclosure->getUrl();

getLength
Returns the length of the enclosure.

Signature: getLength()

Returns:

String - The length of the enclosure, or an empty string.

Example:

Returns the length of the enclosure.

$length = $myEnclosure->getLength();

getType
Returns the type of the enclosure.

Signature: getType()

Returns:

String - The type of the enclosure, or an empty string.

Example:

Returns the type of the enclosure.

$type = $myEnclosure->getType();




Private Methods

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