Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 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 JFeedItem

Description

JFeedItem is an internal class that stores feed item information

  • since: 1.5

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

Class JObject   (Subpackage Base)

Class JFeedItem   (Subpackage Document)
Variable Summary
Variable string $author
Variable string $authorEmail
Variable string $category
Variable string $comments
Variable string $description
Variable object $enclosure
Variable string $guid
Variable string $link
Variable string $pubDate
Variable string $source
Variable string $title
Method Summary
Method void setEnclosure (object $enclosure)
Variables
string $author (line 299)

Author item element

optional

  • access: public
string $authorEmail (line 309)

Author email element

optional

  • access: public
string $category (line 320)

Category element

optional

  • access: public
string $comments (line 330)

Comments element

optional

  • access: public
string $description (line 289)

Description item element

required

  • access: public
object $enclosure = null (line 338)

Enclosure element

  • access: public
string $guid (line 348)

Guid element

optional

  • access: public
string $link (line 279)

Link item element

required

  • access: public
string $pubDate (line 370)

Published date

optional

May be in one of the following formats:

RFC 822: "Mon, 20 Jan 03 18:05:41 +0400" "20 Jan 03 18:05:41 +0000"

ISO 8601: "2003-01-20T18:05:41+04:00"

Unix: 1043082341

  • access: public
string $source (line 380)

Source element

optional

  • access: public
string $title (line 269)

Title item element

required

  • access: public

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
setEnclosure (line 389)

Set the JFeedEnclosure for this item

  • access: public
void setEnclosure (object $enclosure)
  • object $enclosure: The JFeedItem to add to the feed.

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()

Documentation generated on Sat, 14 Nov 2009 11:12:45 +0000 by phpDocumentor 1.3.1