API17:JFilterOutput:: ampReplaceCallback
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:JFilterOutput::_ampReplaceCallback|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JFilterOutput::_ampReplaceCallback|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function _ampReplaceCallback ($m) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 24: | Line 21: | ||
|string | |string | ||
| | | | ||
| − | |String to process | + | |String to process |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string Replaced string | |
| − | string Replaced string | + | * '''Defined''' on line 161 of libraries/joomla/filter/filteroutput.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/filter/filteroutput.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{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}} Subpackage [[Subpackage_Filter/11.1|Filter]] | ||
| + | * [[JFilterOutput::_ampReplaceCallback|Other versions of JFilterOutput::_ampReplaceCallback]] | ||
| + | {{SeeAlso:JFilterOutput::_ampReplaceCallback}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JFilterOutput::_ampReplaceCallback|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JFilterOutput::_ampReplaceCallback|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 47: | Line 44: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JFilterOutput]][[Category:JFilterOutput::_ampReplaceCallback]]</noinclude> | <noinclude>[[Category:JFilterOutput]][[Category:JFilterOutput::_ampReplaceCallback]]</noinclude> | ||
Revision as of 20:57, 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.
JFilterOutput::_ampReplaceCallback
Description
Callback method for replacing & with & in a string.
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
See also
-
JFilterOutput::_ampReplaceCallback source code on BitBucket
-
Class JFilterOutput
-
Subpackage Filter
- Other versions of JFilterOutput::_ampReplaceCallback
SeeAlso:JFilterOutput:: ampReplaceCallback [Edit See Also]
User contributed notes
<CodeExamplesForm />
