Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JFeedImage

Description

JFeedImage is an internal class that stores feed image information

  • since: 1.5

Located in /joomla/document/feed/feed.php (line 441)

Class JObject   (Subpackage Base)

Class JFeedImage   (Subpackage Document)
Variable Summary
Variable string $description
Variable string $height
Variable string $link
Variable string $title
Variable string $url
Variable string $width
Variables
string $description (line 501)

Title feed attribute

optional

  • access: public
string $height (line 491)

Title feed attribute

optional

  • access: public
string $link = "" (line 471)

Link image attribute

required

  • access: public
string $title = "" (line 451)

Title image attribute

required

  • access: public
string $url = "" (line 461)

URL image attribute

required

  • access: public
string $width (line 481)

witdh image attribute

optional

  • access: public

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Support Joomla!