API17

JFeedItem: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 6: Line 6:
===Defined in===
===Defined in===
libraries/joomla/document/feed/feed.php
libraries/joomla/document/feed/feed.php
* see source code in [[jplatform:document/feed/feed.php|BitBucket]]
===Subpackage===
===Subpackage===
[[Subpackage Document/11.1|Document]]
[[Subpackage Document/11.1|Document]]
Line 24: Line 25:
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
===See also===
===See also===
* JFeedItem source code in [[jplatform:document/feed/feed.php|BitBucket]]
* [[JFeedItem|Other versions of this class]]
* [[JFeedItem|Other versions of this class]]
{{SeeAlso:JFeedItem}}
{{SeeAlso:JFeedItem}}

Revision as of 22:54, 23 April 2011

[Edit Descripton] Template:Description:JFeedItem

Defined in

libraries/joomla/document/feed/feed.php

Subpackage

Document

Extends

JObject

Extended by

Methods

Method name Description
setEnclosure Set the for this item.

Importing

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

See also

Template:SeeAlso:JFeedItem [Edit See Also]

Examples

<CodeExamplesForm />