JMailHelper::cleanBody: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 29: | Line 29: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JMailHelper::cleanBody source code''' on [[jplatform:mail/helper.php#cl-50|BitBucket]] | * {{JVer|11.1}} '''JMailHelper::cleanBody source code''' on [[jplatform:mail/helper.php#cl-50|BitBucket]] | ||
* {{JVer|11.1}} Class [[JMailHelper | * {{JVer|11.1}} Class [[API17:JMailHelper|JMailHelper]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Mail | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Mail|Mail]] | ||
* [[JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]] | * [[API17:JMailHelper::cleanBody|Other versions of JMailHelper::cleanBody]] | ||
{{SeeAlso:JMailHelper::cleanBody}} | {{SeeAlso:JMailHelper::cleanBody}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 02:11, 12 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 />