API17

JDocumentRendererRSS: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
Line 1: Line 1:
__NOTOC__
__NOTOC__
=={{JVer|11.1}} JDocumentRendererRSS==
===Description===
{{Description:JDocumentRendererRSS}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki>
</span>
</span>
{{Description:JDocumentRendererRSS}}
===Defined in===
libraries/joomla/document/feed/renderer/rss.php
* see source code in [[jplatform:document/feed/renderer/rss.php|BitBucket]]
===Subpackage===
[[Subpackage Document/11.1|Document]]
===Extends===
[[JDocumentRenderer/11.1|JDocumentRenderer]]
===Extended by===
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
!Visibility
!Method name
!Method name
!Description
!Description
|-
|-
|public
|[[JDocumentRendererRSS::_relToAbs/11.1|_relToAbs]]
|[[JDocumentRendererRSS::_relToAbs/11.1|_relToAbs]]
|Convert links in a text from relative to absolute.  
|Convert links in a text from relative to absolute.  
|-
|-
|public
|[[JDocumentRendererRSS::render/11.1|render]]
|[[JDocumentRendererRSS::render/11.1|render]]
|Render the feed.  
|Render the feed.  
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/document/feed/renderer/rss.php
* '''Extends''' [[JDocumentRenderer/11.1|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===
* JDocumentRendererRSS source code in [[jplatform:document/feed/renderer/rss.php|BitBucket]]
* {{JVer|11.1}} '''JDocumentRendererRSS source code''' on [[jplatform:document/feed/renderer/rss.php|BitBucket]]
* [[JDocumentRendererRSS|Other versions of this class]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
* [[JDocumentRendererRSS|Other versions of JDocumentRendererRSS]]
{{SeeAlso:JDocumentRendererRSS}}
{{SeeAlso:JDocumentRendererRSS}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki>
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki>
</span>
</span>
===Examples===
===User contributed notes===
<CodeExamplesForm />
<CodeExamplesForm />
<dpl>
<dpl>
Line 42: Line 42:
category=ClassExample
category=ClassExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererRSS]]</noinclude>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererRSS]]</noinclude>

Revision as of 22:59, 27 April 2011

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

Importing

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

See also

Template:SeeAlso:JDocumentRendererRSS [Edit See Also]

User contributed notes

<CodeExamplesForm />