API17

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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki>
</span>
===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}}
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />

Revision as of 15:20, 24 March 2017

Joomla 11.1 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.

Importing

jimport( 'joomla.document.feed.renderer.rss' );

See also

{{subst:SeeAlso:JDocumentRendererRSS}}

User contributed notes

<CodeExamplesForm />