API17:JFilterOutput:: ampReplaceCallback
From Joomla! Documentation
(Difference between revisions)
(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
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.
JFilterOutput::_ampReplaceCallback
Description
Callback method for replacing & with & in a string.
Description:JFilterOutput:: ampReplaceCallback [Edit Descripton]
Since
Synopsis
public static JFilterOutput::_ampReplaceCallback ($m)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $m | string | String to process |
Returns
string Replaced string
Defined in
libraries/joomla/filter/filteroutput.php (line 161)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JFilterOutput:: ampReplaceCallback
Examples
<CodeExamplesForm />
