Class JFeedItem

Description

JFeedItem is an internal class that stores feed item information

  • since: 11.1

Located in /libraries/joomla/document/feed/feed.php (line 250)


	
			
Variable Summary
 string $author
 string $authorEmail
 array $category
 string $comments
 string $date
 string $description
 object $enclosure
 string $guid
 string $link
 string $source
 string $title
Method Summary
Variables
string $author (line 290)

Author item element

optional

  • since: 11.1
  • access: public
string $authorEmail (line 300)

Author email element

optional

  • since: 11.1
  • access: public
array $category (line 310)

Category element

optional

  • var: or string
  • since: 11.1
  • access: public
string $comments (line 320)

Comments element

optional

  • since: 11.1
  • access: public
string $date (line 360)

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

  • since: 11.1
  • access: public
string $description (line 280)

Description item element

required

  • since: 11.1
  • access: public
object $enclosure = null (line 328)

Enclosure element

  • since: 11.1
  • access: public
string $guid (line 338)

Guid element

optional

  • since: 11.1
  • access: public
string $link (line 270)

Link item element

required

  • since: 11.1
  • access: public
string $source (line 370)

Source element

optional

  • since: 11.1
  • access: public
string $title (line 260)

Title item element

required

  • since: 11.1
  • access: public
Methods
setEnclosure (line 381)

Set the JFeedEnclosure for this item

  • return: instance of $this to allow chaining
  • since: 11.1
  • access: public
JFeedItem setEnclosure (JFeedEnclosure $enclosure)

Documentation generated on Tue, 19 Nov 2013 15:02:55 +0100 by phpDocumentor 1.4.3