API17:JHtmlEmail::cloak
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JHtmlEmail::cloak|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JHtmlEmail::cloak|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function cloak ( |
| + | $mail | ||
| + | $mailto=1 | ||
| + | $text='' | ||
| + | $email=1 | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 40: | Line 44: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 28 of libraries/joomla/html/html/email.php | |
| − | + | ||
| − | libraries/joomla/html/html/email.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JHtmlEmail::cloak source code''' on [[jplatform:html/html/email.php#cl-20|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JHtmlEmail/11.1|JHtmlEmail]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JHtmlEmail::cloak|Other versions of JHtmlEmail::cloak]] | ||
| + | {{SeeAlso:JHtmlEmail::cloak}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JHtmlEmail::cloak|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JHtmlEmail::cloak|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 61: | Line 63: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JHtmlEmail]][[Category:JHtmlEmail::cloak]]</noinclude> | <noinclude>[[Category:JHtmlEmail]][[Category:JHtmlEmail::cloak]]</noinclude> | ||
Revision as of 21:06, 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.
JHtmlEmail::cloak
Description
Simple Javascript email Cloaker.
Description:JHtmlEmail::cloak [Edit Descripton]
public static function cloak ( $mail $mailto=1 $text='' $email=1 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $mailto | 1 | ||
| $text | |||
| 1 |
- Returns
- Defined on line 28 of libraries/joomla/html/html/email.php
See also
-
JHtmlEmail::cloak source code on BitBucket
-
Class JHtmlEmail
-
Subpackage Html
- Other versions of JHtmlEmail::cloak
SeeAlso:JHtmlEmail::cloak [Edit See Also]
User contributed notes
<CodeExamplesForm />
