JMailHelper::cleanBody: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JMailHelper::cleanBody/11.1 to API17:JMailHelper::cleanBody without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 47: | Line 47: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 21:51, 11 May 2013
JMailHelper::cleanBody
Description
Cleans any injected headers from the email body.
Template:Description:JMailHelper::cleanBody [Edit Descripton]
public static function cleanBody ($body)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $body | string | email body string. |
- Returns string Cleaned email body string.
- Defined on line 58 of libraries/joomla/mail/helper.php
- Since

See also
JMailHelper::cleanBody source code on BitBucket
Class JMailHelper
Subpackage Mail- Other versions of JMailHelper::cleanBody
Template:SeeAlso:JMailHelper::cleanBody [Edit See Also]
User contributed notes
<CodeExamplesForm />