API17:JMailHelper::cleanLine
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JMailHelper::cleanLine|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JMailHelper::cleanLine|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function cleanLine ($value) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 25: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' string Cleaned string. | |
| − | string Cleaned string. | + | * '''Defined''' on line 33 of libraries/joomla/mail/helper.php |
| − | + | * '''Referenced by''' | |
| − | libraries/joomla/mail/helper.php | + | ** [[JMail::addBCC/11.1|JMail::addBCC]] |
| − | * | + | ** [[JMail::addCC/11.1|JMail::addCC]] |
| − | + | ** [[JMail::addRecipient/11.1|JMail::addRecipient]] | |
| − | * [[JMail::addBCC/11.1|JMail::addBCC]] | + | ** [[JMail::addReplyTo/11.1|JMail::addReplyTo]] |
| − | * [[JMail::addCC/11.1|JMail::addCC]] | + | ** [[JMail::setSender/11.1|JMail::setSender]] |
| − | * [[JMail::addRecipient/11.1|JMail::addRecipient]] | + | ** [[JMail::setSubject/11.1|JMail::setSubject]] |
| − | * [[JMail::addReplyTo/11.1|JMail::addReplyTo]] | + | |
| − | * [[JMail::setSender/11.1|JMail::setSender]] | + | |
| − | * [[JMail::setSubject/11.1|JMail::setSubject]] | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JMailHelper::cleanLine source code''' on [[jplatform:mail/helper.php#cl-25|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JMailHelper/11.1|JMailHelper]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Mail/11.1|Mail]] | ||
| + | * [[JMailHelper::cleanLine|Other versions of JMailHelper::cleanLine]] | ||
| + | {{SeeAlso:JMailHelper::cleanLine}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JMailHelper::cleanLine|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JMailHelper::cleanLine|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 50: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JMailHelper]][[Category:JMailHelper::cleanLine]]</noinclude> | <noinclude>[[Category:JMailHelper]][[Category:JMailHelper::cleanLine]]</noinclude> | ||
Revision as of 21:21, 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.
JMailHelper::cleanLine
Description
Cleans single line inputs.
Description:JMailHelper::cleanLine [Edit Descripton]
public static function cleanLine ($value)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $value | string | String to be cleaned. |
- Returns string Cleaned string.
- Defined on line 33 of libraries/joomla/mail/helper.php
- Referenced by
See also
-
JMailHelper::cleanLine source code on BitBucket
-
Class JMailHelper
-
Subpackage Mail
- Other versions of JMailHelper::cleanLine
SeeAlso:JMailHelper::cleanLine [Edit See Also]
User contributed notes
<CodeExamplesForm />
