JFeedItem
Description
JFeedItem is an internal class that stores feed item information
Located in /joomla/document/feed/feed.php (line 259)
JObject (Subpackage Base)
![]()
JFeedItem (Subpackage Document)
Variable Summary
Method Summary
Variables
object
$enclosure
= null (line 338)
Enclosure element
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
Inherited Variables
Inherited from JObject
JObject::$_errors
Methods
Set the JFeedEnclosure for this item
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()




