API17:JMailHelper::cleanBody
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
string Cleaned email body string. | string Cleaned email body string. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/mail/helper.php | + | libraries/joomla/mail/helper.php (line 58) |
| + | * see source code in [[jplatform:mail/helper.php#cl-58|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:57, 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.
JMailHelper::cleanBody
Description
Cleans any injected headers from the email body.
Description:JMailHelper::cleanBody [Edit Descripton]
Since
Synopsis
public static JMailHelper::cleanBody ($body)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $body | string | email body string. |
Returns
string Cleaned email body string.
Defined in
libraries/joomla/mail/helper.php (line 58)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JMailHelper::cleanBody
Examples
<CodeExamplesForm />
