JDocumentRendererRSS/1.5
From Joomla! Documentation
< JDocumentRendererRSS(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} 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> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererRSS::_relToAbs/1.5|_relToAbs]] | |[[JDocumentRendererRSS::_relToAbs/1.5|_relToAbs]] | ||
|Convert links in a text from relative to absolute. | |Convert links in a text from relative to absolute. | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererRSS::render/1.5|render]] | |[[JDocumentRendererRSS::render/1.5|render]] | ||
|Render the feed. | |Render the feed. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/feed/renderer/rss.php | ||
| + | * '''Extends''' [[JDocumentRenderer/1.5|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|1.5}} '''JDocumentRendererRSS''' on [http://api.joomla.org/1.5/Joomla-Framework/Document/JDocumentRendererRSS.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentRendererRSS source code''' on [[jframework15:document/feed/renderer/rss.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentRendererRSS|Other versions of 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> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 41: | Line 43: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererRSS]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererRSS]]</noinclude> | ||
Latest revision as of 14:18, 13 February 2013
[edit]
JDocumentRendererRSS
[edit] Description
Description:JDocumentRendererRSS [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.document.feed.renderer.rss' );
[edit] See also
-
JDocumentRendererRSS on api.joomla.org
-
JDocumentRendererRSS source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRendererRSS
SeeAlso:JDocumentRendererRSS [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />