Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 Class JFeedItem

Description

JFeedItem is an internal class that stores feed item information

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

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

Author item element

optional

  • access: public
string $authorEmail (line 301)

Author email element

optional

  • access: public
string $category (line 312)

Category element

optional

  • access: public
string $comments (line 322)

Comments element

optional

  • access: public
string $description (line 281)

Description item element

required

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

Enclosure element

  • access: public
string $guid (line 340)

Guid element

optional

  • access: public
string $link (line 271)

Link item element

required

  • access: public
string $pubDate (line 362)

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

Source element

optional

  • access: public
string $title (line 261)

Title item element

required

  • access: public
Methods
setEnclosure (line 381)

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::getPublicProperties()
 JObject::set()
 JObject::toString()

Documentation generated on Mon, 05 Mar 2007 20:58:14 +0000 by phpDocumentor 1.3.1