API17:JDocumentRendererRSS:: relToAbs
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererRSS::_relToAbs|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererRSS::_relToAbs|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function _relToAbs ($text) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 188 of libraries/joomla/document/feed/renderer/rss.php |
| − | + | ||
| − | libraries/joomla/document/feed/renderer/rss.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Document/11.1|Document]] | ||
| + | * [[JDocumentRendererRSS::_relToAbs|Other versions of JDocumentRendererRSS::_relToAbs]] | ||
| + | {{SeeAlso:JDocumentRendererRSS::_relToAbs}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS::_relToAbs|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererRSS::_relToAbs|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 45: | Line 43: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JDocumentRendererRSS]][[Category:JDocumentRendererRSS::_relToAbs]]</noinclude> | <noinclude>[[Category:JDocumentRendererRSS]][[Category:JDocumentRendererRSS::_relToAbs]]</noinclude> | ||
Revision as of 20:49, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentRendererRSS::_relToAbs
Description
Convert links in a text from relative to absolute.
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
-
JDocumentRendererRSS::_relToAbs source code on BitBucket
-
Class JDocumentRendererRSS
-
Subpackage Document
- Other versions of JDocumentRendererRSS::_relToAbs
SeeAlso:JDocumentRendererRSS:: relToAbs [Edit See Also]
User contributed notes
<CodeExamplesForm />
