API17

Difference between revisions of "JDocumentRendererRSS:: relToAbs"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 28: Line 28:
 
===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}}
 
{{SeeAlso:JDocumentRendererRSS::_relToAbs}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:31, 11 May 2013

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.

Template:Description:JDocumentRendererRSS:: relToAbs [Edit Descripton]

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]

Template:SeeAlso:JDocumentRendererRSS:: relToAbs [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />