API17:JDocumentFeed
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::addItem/11.1|addItem]] | |[[JDocumentFeed::addItem/11.1|addItem]] | ||
|Adds an to the feed. | |Adds an to the feed. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentFeed::render/11.1|render]] | |[[JDocumentFeed::render/11.1|render]] | ||
|Render the document. | |Render the document. | ||
| + | |- | ||
| + | |protected | ||
| + | |[[JDocumentFeed::__construct/11.1|__construct]] | ||
| + | |Class constructor. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/feed/feed.php | ||
| + | * '''Extends''' [[JDocument/11.1|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=== | ||
| − | * [[JDocumentFeed|Other versions of | + | * {{JVer|11.1}} '''JDocumentFeed source code''' on [[jplatform:document/feed/feed.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] | ||
| + | * [[JDocumentFeed|Other versions of JDocumentFeed]] | ||
{{SeeAlso: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 43: | Line 46: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentFeed]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentFeed]]</noinclude> |
Revision as of 13:37, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentFeed
Description
Description:JDocumentFeed [Edit Descripton]
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
SeeAlso:JDocumentFeed [Edit See Also]
User contributed notes
<CodeExamplesForm />
