JDocumentFeed/1.5
From Joomla! Documentation
< JDocumentFeed(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JDocumentFeed== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentFeed}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentFeed|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentFeed|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentFeed::__construct/1.5|__construct]] | |[[JDocumentFeed::__construct/1.5|__construct]] | ||
|Class constructor. | |Class constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentFeed::addItem/1.5|addItem]] | |[[JDocumentFeed::addItem/1.5|addItem]] | ||
|Adds an to the feed. | |Adds an to the feed. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentFeed::render/1.5|render]] | |[[JDocumentFeed::render/1.5|render]] | ||
|Render the document. | |Render the document. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/feed/feed.php | ||
| + | * '''Extends''' [[JDocument/1.5|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|1.5}} '''JDocumentFeed''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentFeed.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentFeed source code''' on [[jframework15:document/feed/feed.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentFeed|Other versions of JDocumentFeed]] | ||
| + | {{SeeAlso:JDocumentFeed}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentFeed|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentFeed|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentFeed]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentFeed]]</noinclude> | ||
Revision as of 18:07, 25 April 2011
JDocumentFeed
Description
Description:JDocumentFeed [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Class constructor. |
| public | addItem | Adds an to the feed. |
| public | render | Render the document. |
- Defined in libraries/joomla/document/feed/feed.php
- Extends JDocument
Importing
jimport( 'joomla.document.feed.feed' );
See also
-
JDocumentFeed on api.joomla.org
-
JDocumentFeed source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentFeed
SeeAlso:JDocumentFeed [Edit See Also]
User contributed notes
<CodeExamplesForm />