Class xml_domit_rss_image
Represents an RSS image.

isPublic? yes
isAbstract? no

Inheritance tree:


xml_domit_rss_base
|
xml_domit_rss_elementindexer
|
xml_domit_rss_image

Known subclasses:

None

Source file: xml_domit_rss.php




Constructor
Instantiates a new xml_domit_rss_image.

Signature: xml_domit_rss_image(&$image)

isPublic? yes




Public Constants



Private Constants



Public Fields



Private Fields



Public Methods
getUrl
Returns the image url.

Signature: getUrl()

Returns:

String - The image url, or an empty string.

Example:

Returns the image url.

$link = $myImage->getUrl();

getTitle
Returns the title of the image.

Signature: getTitle()

Returns:

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

Example:

Returns the title of the image.

$title = $myImage->getTitle();

getLink
Returns the link of the image.

Signature: getLink()

Returns:

String - The link of the image, or an empty string.

Example:

Returns the link of the image.

$link = $myImage->getLink();

getWidth
Returns the width of the image.

Signature: getWidth()

Returns:

String - The width of the image, or an empty string.

Example:

Returns the width of the image.

$width = $myImage->getWidth();

getHeight
Returns the height of the image.

Signature: getHeight()

Returns:

String - The height of the image, or an empty string.

Example:

Returns the height of the image.

$height = $myImage->getHeight();

getDescription
Returns the description of the image.

Signature: getDescription()

Returns:

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

Example:

Returns the description of the image.

$description = $myImage->getDescription();




Private Methods
_init
Performs initialization of the RSS image.

Signature: _init()


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