API17

JFeedEnclosure: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} JFeedEnclosure==
=={{JVer|11.1}} JFeedEnclosure==
===Description===
===Description===
{{subst:Description:JFeedEnclosure}}
 


===Methods===
===Methods===
Line 20: Line 20:
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[API17:JFeedEnclosure|Other versions of JFeedEnclosure]]
* [[API17:JFeedEnclosure|Other versions of JFeedEnclosure]]
{{subst:SeeAlso:JFeedEnclosure}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JFeedEnclosure
category=JFeedEnclosure
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 03:01, 25 March 2017

Joomla 11.1 JFeedEnclosure

Description

Methods

Visibility Method name Description
  • Defined in libraries/joomla/document/feed/feed.php
  • Extends JObject

Importing

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

See also


User contributed notes

Code Examples