JDocumentRendererRSS: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
m preparing for archive only |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JDocumentRendererRSS== | |||
===Description=== | |||
{{ | |||
=== | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|[[JDocumentRendererRSS::_relToAbs | |public | ||
|[[API17:JDocumentRendererRSS::_relToAbs|_relToAbs]] | |||
|Convert links in a text from relative to absolute. | |Convert links in a text from relative to absolute. | ||
|- | |- | ||
|[[JDocumentRendererRSS::render | |public | ||
|[[API17:JDocumentRendererRSS::render|render]] | |||
|Render the feed. | |Render the feed. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/document/feed/renderer/rss.php | |||
* '''Extends''' [[API17:JDocumentRenderer|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=== | ||
* [[ | * {{JVer|11.1}} '''JDocumentRendererRSS source code''' on [[jplatform:document/feed/renderer/rss.php|BitBucket]] | ||
{{ | * {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]] | ||
* [[API17:JDocumentRendererRSS|Other versions of JDocumentRendererRSS]] | |||
===Examples=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDocumentRendererRSS | category=JDocumentRendererRSS | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:54, 25 March 2017
JDocumentRendererRSS
Description
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
User contributed notes
Code Examples