API17

Difference between revisions of "JFeedItem"

From Joomla! Documentation

m (moving preparation)
m (clean up)
Line 2: Line 2:
 
=={{JVer|11.1}} JFeedItem==
 
=={{JVer|11.1}} JFeedItem==
 
===Description===
 
===Description===
{{Description:JFeedItem}}
+
{{subst:Description:JFeedItem}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFeedItem|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 26: Line 24:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
 
* [[API17:JFeedItem|Other versions of JFeedItem]]
 
* [[API17:JFeedItem|Other versions of JFeedItem]]
{{SeeAlso:JFeedItem}}
+
{{subst:SeeAlso:JFeedItem}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFeedItem|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 10:27, 24 March 2017

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.

Joomla 11.1 JFeedItem[edit]

Description[edit]

{{subst:Description:JFeedItem}}

Methods[edit]

Visibility Method name Description
public setEnclosure Set the for this item.
  • Defined in libraries/joomla/document/feed/feed.php
  • Extends JObject

Importing[edit]

jimport( 'joomla.document.feed.feed' );

See also[edit]

{{subst:SeeAlso:JFeedItem}}

User contributed notes[edit]

<CodeExamplesForm />