API17

Difference between revisions of "JDocumentRendererRSS:: relToAbs"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Convert links in a text from relative to absolute.  
 
Convert links in a text from relative to absolute.  
  
{{Description:JDocumentRendererRSS::_relToAbs}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS::_relToAbs|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function _relToAbs ($text)
 
public function _relToAbs ($text)
Line 28: Line 26:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JDocumentRendererRSS::_relToAbs source code''' on [[jplatform:document/feed/renderer/rss.php#cl-180|BitBucket]]
 
* {{JVer|11.1}} '''JDocumentRendererRSS::_relToAbs source code''' on [[jplatform:document/feed/renderer/rss.php#cl-180|BitBucket]]
* {{JVer|11.1}} Class [[JDocumentRendererRSS/11.1|JDocumentRendererRSS]]
+
* {{JVer|11.1}} Class [[API17:JDocumentRendererRSS|JDocumentRendererRSS]]
* {{JVer|11.1}} Subpackage [[Subpackage_Document/11.1|Document]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[JDocumentRendererRSS::_relToAbs|Other versions of JDocumentRendererRSS::_relToAbs]]
+
* [[API17:JDocumentRendererRSS::_relToAbs|Other versions of JDocumentRendererRSS::_relToAbs]]
{{SeeAlso:JDocumentRendererRSS::_relToAbs}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS::_relToAbs|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDocumentRendererRSS::_relToAbs
 
category=JDocumentRendererRSS::_relToAbs
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 46: Line 42:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDocumentRendererRSS]][[Category:JDocumentRendererRSS::_relToAbs]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:54, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDocumentRendererRSS::_relToAbs[edit]

Description[edit]

Convert links in a text from relative to absolute.


public function _relToAbs ($text)
Parameter Type Default Description
$text
  • Returns string
  • Defined on line 188 of libraries/joomla/document/feed/renderer/rss.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]