API17

Difference between revisions of "JDocumentFeed"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (moving preparation)
(3 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentFeed::addItem/11.1|addItem]]
+
|[[API17:JDocumentFeed::addItem|addItem]]
 
|Adds an  to the feed.  
 
|Adds an  to the feed.  
 
|-
 
|-
 
|public  
 
|public  
|[[JDocumentFeed::render/11.1|render]]
+
|[[API17:JDocumentFeed::render|render]]
 
|Render the document.  
 
|Render the document.  
 
|-
 
|-
 
|protected  
 
|protected  
|[[JDocumentFeed::__construct/11.1|__construct]]
+
|[[API17:JDocumentFeed::__construct|__construct]]
 
|Class constructor.  
 
|Class constructor.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/document/feed/feed.php
 
* '''Defined in''' libraries/joomla/document/feed/feed.php
* '''Extends''' [[JDocument/11.1|JDocument]]
+
* '''Extends''' [[API17:JDocument|JDocument]]
 
===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}} '''JDocumentFeed source code''' on [[jplatform:document/feed/feed.php|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentFeed 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]]
* [[JDocumentFeed|Other versions of JDocumentFeed]]
+
* [[API17:JDocumentFeed|Other versions of JDocumentFeed]]
 
{{SeeAlso:JDocumentFeed}}
 
{{SeeAlso:JDocumentFeed}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 49: Line 49:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentFeed]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:28, 11 May 2013

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 JDocumentFeed[edit]

Description[edit]

Template:Description:JDocumentFeed [Edit Descripton]

Methods[edit]

Visibility Method name Description
public addItem Adds an to the feed.
public render Render the document.
protected __construct Class constructor.
  • Defined in libraries/joomla/document/feed/feed.php
  • Extends JDocument

Importing[edit]

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

See also[edit]

Template:SeeAlso:JDocumentFeed [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />