API17

Difference between revisions of "JHtmlEmail::cloak"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 48: Line 48:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JHtmlEmail::cloak source code''' on [[jplatform:html/html/email.php#cl-20|BitBucket]]
 
* {{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}} Class [[API17:JHtmlEmail|JHtmlEmail]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JHtmlEmail::cloak|Other versions of JHtmlEmail::cloak]]
+
* [[API17:JHtmlEmail::cloak|Other versions of JHtmlEmail::cloak]]
 
{{SeeAlso:JHtmlEmail::cloak}}
 
{{SeeAlso:JHtmlEmail::cloak}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 20:53, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHtmlEmail::cloak[edit]

Description[edit]

Simple Javascript email Cloaker.

Template:Description:JHtmlEmail::cloak [Edit Descripton]

public static function cloak (
        $mail
        $mailto=1
        $text=''
        $email=1
)
Parameter Type Default Description
$mail
$mailto 1
$text
$email 1
  • Returns
  • Defined on line 28 of libraries/joomla/html/html/email.php

See also[edit]

Template:SeeAlso:JHtmlEmail::cloak [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />