Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5. Some parts of this website may be subject to other licenses.

 Class JFeedItem

Description

JFeedItem is an internal class that stores feed item information

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

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 301)

Author item element

optional

  • access: public
string $authorEmail (line 311)

Author email element

optional

  • access: public
string $category (line 322)

Category element

optional

  • access: public
string $comments (line 332)

Comments element

optional

  • access: public
string $description (line 291)

Description item element

required

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

Enclosure element

  • access: public
string $guid (line 350)

Guid element

optional

  • access: public
string $link (line 281)

Link item element

required

  • access: public
string $pubDate (line 372)

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 382)

Source element

optional

  • access: public
string $title (line 271)

Title item element

required

  • access: public

Inherited Variables

Inherited from JObject

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

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 Tue, 29 Jan 2008 19:27:15 +0000 by phpDocumentor 1.3.1