API17:JDocumentFeed::addItem
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocumentFeed::addItem|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentFeed::addItem|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function addItem (&$item) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 22: | Line 21: | ||
|object | |object | ||
| | | | ||
| − | | $item The feeditem to add to the feed. | + | | $item The feeditem to add to the feed. |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 224 of libraries/joomla/document/feed/feed.php | |
| − | + | ||
| − | libraries/joomla/document/feed/feed.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JDocumentFeed::addItem source code''' on [[jplatform:document/feed/feed.php#cl-216|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JDocumentFeed/11.1|JDocumentFeed]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentFeed::addItem|Other versions of JDocumentFeed::addItem]] | ||
| + | {{SeeAlso:JDocumentFeed::addItem}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentFeed::addItem|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentFeed::addItem|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 46: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentFeed]][[Category:JDocumentFeed::addItem]]</noinclude> | <noinclude>[[Category:JDocumentFeed]][[Category:JDocumentFeed::addItem]]</noinclude> | ||
Revision as of 20:47, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentFeed::addItem
Description
Adds an to the feed.
Description:JDocumentFeed::addItem [Edit Descripton]
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
-
JDocumentFeed::addItem source code on BitBucket
-
Class JDocumentFeed
-
Subpackage Document
- Other versions of JDocumentFeed::addItem
SeeAlso:JDocumentFeed::addItem [Edit See Also]
User contributed notes
<CodeExamplesForm />
