API17

Difference between revisions of "JFeedImage"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
=={{JVer|11.1}} JFeedImage==
 
=={{JVer|11.1}} JFeedImage==
 
===Description===
 
===Description===
{{Description:JFeedImage}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JFeedImage|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 15: Line 13:
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/document/feed/feed.php
 
* '''Defined in''' libraries/joomla/document/feed/feed.php
* '''Extends''' [[JObject/11.1|JObject]]
+
* '''Extends''' [[API17:JObject|JObject]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
 
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFeedImage source code''' on [[jplatform:document/feed/feed.php|BitBucket]]
 
* {{JVer|11.1}} '''JFeedImage source code''' on [[jplatform:document/feed/feed.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JFeedImage|Other versions of JFeedImage]]
+
* [[API17:JFeedImage|Other versions of JFeedImage]]
{{SeeAlso:JFeedImage}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JFeedImage|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JFeedImage
 
category=JFeedImage
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
Line 37: Line 33:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JFeedImage]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:01, 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 JFeedImage[edit]

Description[edit]

Methods[edit]

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

Importing[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]