API17:JDocumentRendererRSS
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}} JDocumentRendererRSS== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRendererRSS}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererRSS::_relToAbs/11.1|_relToAbs]] | |[[JDocumentRendererRSS::_relToAbs/11.1|_relToAbs]] | ||
|Convert links in a text from relative to absolute. | |Convert links in a text from relative to absolute. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererRSS::render/11.1|render]] | |[[JDocumentRendererRSS::render/11.1|render]] | ||
|Render the feed. | |Render the feed. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/feed/renderer/rss.php | ||
| + | * '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.feed.renderer.rss' );</source> | <source lang="php">jimport( 'joomla.document.feed.renderer.rss' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JDocumentRendererRSS|Other versions of | + | * {{JVer|11.1}} '''JDocumentRendererRSS source code''' on [[jplatform:document/feed/renderer/rss.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] | ||
| + | * [[JDocumentRendererRSS|Other versions of JDocumentRendererRSS]] | ||
{{SeeAlso:JDocumentRendererRSS}} | {{SeeAlso:JDocumentRendererRSS}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 40: | Line 42: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererRSS]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentRendererRSS]]</noinclude> |
Revision as of 13:38, 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.
JDocumentRendererRSS
Description
Description:JDocumentRendererRSS [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _relToAbs | Convert links in a text from relative to absolute. |
| public | render | Render the feed. |
- Defined in libraries/joomla/document/feed/renderer/rss.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.feed.renderer.rss' );
See also
-
JDocumentRendererRSS source code on BitBucket
-
Subpackage Document
- Other versions of JDocumentRendererRSS
SeeAlso:JDocumentRendererRSS [Edit See Also]
User contributed notes
<CodeExamplesForm />
