API17

Difference between revisions of "JDocumentFeed"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(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 30: Line 31:
 
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
 
<source lang="php">jimport( 'joomla.document.feed.feed' );</source>
 
===See also===
 
===See also===
 +
* JDocumentFeed source code in [[jplatform:document/feed/feed.php|BitBucket]]
 
* [[JDocumentFeed|Other versions of this class]]
 
* [[JDocumentFeed|Other versions of this class]]
 
{{SeeAlso:JDocumentFeed}}
 
{{SeeAlso:JDocumentFeed}}

Revision as of 17:51, 23 April 2011

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.

[Edit Descripton] Template:Description:JDocumentFeed

Defined in[edit]

libraries/joomla/document/feed/feed.php

Subpackage[edit]

Document

Extends[edit]

JDocument

Extended by[edit]

Methods[edit]

Method name Description
__construct Class constructor.
addItem Adds an to the feed.
render Render the document.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JDocumentFeed [Edit See Also]

Examples[edit]

<CodeExamplesForm />