API17

Difference between revisions of "JFilterOutput:: ampReplaceCallback"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 30: Line 30:
 
string Replaced string
 
string Replaced string
 
===Defined in===
 
===Defined in===
libraries/joomla/filter/filteroutput.php
+
libraries/joomla/filter/filteroutput.php (line 161)
 +
* see source code in [[jplatform:filter/filteroutput.php#cl-161|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:32, 23 April 2011

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JFilterOutput::_ampReplaceCallback ($m)
Parameter Type Default Description
$m string String to process

Returns[edit]

string Replaced string

Defined in[edit]

libraries/joomla/filter/filteroutput.php (line 161)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JFilterOutput:: ampReplaceCallback

Examples[edit]

<CodeExamplesForm />