API17

JDocumentRendererRSS: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<span class="editsection" style="font-size:76%;">
=={{JVer|11.1}} JDocumentRendererRSS==
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS|Edit Descripton]]<nowiki>]</nowiki>
===Description===
</span>
 
{{Description:JDocumentRendererRSS}}
 
===Defined in===
libraries/joomla/document/feed/renderer/rss.php
===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
|-
|-
|[[JDocumentRendererRSS::_relToAbs/11.1|_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/11.1|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===
* [[JDocumentRendererRSS|Other versions of this class]]
* {{JVer|11.1}} '''JDocumentRendererRSS source code''' on [[jplatform:document/feed/renderer/rss.php|BitBucket]]
{{SeeAlso:JDocumentRendererRSS}}
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
<span class="editsection" style="font-size:76%;">
* [[API17:JDocumentRendererRSS|Other versions of JDocumentRendererRSS]]
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
===Examples===
===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=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererRSS]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

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