JDocumentFeed::addItem
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDocumentFeed::addItem[edit]
Description[edit]
Adds an to the feed.
public function addItem (&$item)
Parameter | Type | Default | Description |
---|---|---|---|
&$item | object | $item The feeditem to add to the feed. |
- Returns
- Defined on line 224 of libraries/joomla/document/feed/feed.php
See also[edit]
- JDocumentFeed::addItem source code on BitBucket
- Class JDocumentFeed
- Subpackage Document
- Other versions of JDocumentFeed::addItem
User contributed notes[edit]
Code Examples[edit]