API17

JDocumentRendererRSS: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 2: Line 2:
=={{JVer|11.1}} JDocumentRendererRSS==
=={{JVer|11.1}} JDocumentRendererRSS==
===Description===
===Description===
{{subst:Description:JDocumentRendererRSS}}
 


===Methods===
===Methods===
Line 28: 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]]
{{subst:SeeAlso:JDocumentRendererRSS}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDocumentRendererRSS
category=JDocumentRendererRSS
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 02:54, 25 March 2017

Joomla 11.1 JDocumentRendererRSS

Description

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


User contributed notes

Code Examples