JDocumentRendererRSS: Difference between revisions
From Joomla! Documentation
m moving preparation |
m clean up |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JDocumentRendererRSS== | =={{JVer|11.1}} JDocumentRendererRSS== | ||
===Description=== | ===Description=== | ||
{{Description:JDocumentRendererRSS}} | {{subst:Description:JDocumentRendererRSS}} | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
| Line 30: | Line 28: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | ||
* [[API17:JDocumentRendererRSS|Other versions of JDocumentRendererRSS]] | * [[API17:JDocumentRendererRSS|Other versions of JDocumentRendererRSS]] | ||
{{SeeAlso:JDocumentRendererRSS}} | {{subst:SeeAlso:JDocumentRendererRSS}} | ||
===User contributed notes=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
Revision as of 15:20, 24 March 2017
JDocumentRendererRSS
Description
{{subst:Description:JDocumentRendererRSS}}
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
{{subst:SeeAlso:JDocumentRendererRSS}}
User contributed notes
<CodeExamplesForm />