API17:JDocumentFeed
From Joomla! Documentation
JDocumentFeed
Description
Methods
| 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
jimport( 'joomla.document.feed.feed' );
See also
JDocumentFeed source code on BitBucket
Subpackage Document- Other versions of JDocumentFeed
User contributed notes
Code Examples