API17

Difference between revisions of "JFilterOutput:: ampReplaceCallback"

From Joomla! Documentation

m (JoomlaWikiBot moved page JFilterOutput:: ampReplaceCallback/11.1 to API17:JFilterOutput:: ampReplaceCallback without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 29: Line 29:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JFilterOutput::_ampReplaceCallback source code''' on [[jplatform:filter/filteroutput.php#cl-153|BitBucket]]
 
* {{JVer|11.1}} '''JFilterOutput::_ampReplaceCallback source code''' on [[jplatform:filter/filteroutput.php#cl-153|BitBucket]]
* {{JVer|11.1}} Class [[JFilterOutput/11.1|JFilterOutput]]
+
* {{JVer|11.1}} Class [[API17:JFilterOutput|JFilterOutput]]
* {{JVer|11.1}} Subpackage [[Subpackage_Filter/11.1|Filter]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Filter|Filter]]
* [[JFilterOutput::_ampReplaceCallback|Other versions of JFilterOutput::_ampReplaceCallback]]
+
* [[API17:JFilterOutput::_ampReplaceCallback|Other versions of JFilterOutput::_ampReplaceCallback]]
 
{{SeeAlso:JFilterOutput::_ampReplaceCallback}}
 
{{SeeAlso:JFilterOutput::_ampReplaceCallback}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 47: Line 47:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JFilterOutput]][[Category:JFilterOutput::_ampReplaceCallback]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:41, 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 JFilterOutput::_ampReplaceCallback[edit]

Description[edit]

Callback method for replacing & with & in a string.

Template:Description:JFilterOutput:: ampReplaceCallback [Edit Descripton]

public static function _ampReplaceCallback ($m)
Parameter Type Default Description
$m string String to process
  • Returns string Replaced string
  • Defined on line 161 of libraries/joomla/filter/filteroutput.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JFilterOutput:: ampReplaceCallback [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />