JDocumentRendererRSS: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m →User contributed notes: bad link repair |
||
| Line 45: | Line 45: | ||
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 18:38, 29 August 2012
JDocumentRendererRSS
Description
Template: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
Template:SeeAlso:JDocumentRendererRSS [Edit See Also]
User contributed notes
<CodeExamplesForm />