Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
onContentPrepare ($context, &$row, &$params, $page=0) | |
Fonctions membres protégées | |
_getPattern ($link, $text) | |
_addAttributesToEmail ($jsEmail, $before, $after) | |
_cloak (&$text, &$params) | |
Email cloack plugin class.
|
protected |
Adds an attributes to the js cloaked email.
string | $jsEmail | Js cloaked email. |
string | $before | Attributes before email. |
string | $after | Attributes after email. |
|
protected |
|
protected |
onContentPrepare | ( | $context, | |
& | $row, | ||
& | $params, | ||
$page = 0 |
|||
) |
Plugin that cloaks all emails in content from spambots via Javascript.
string | $context | The context of the content being passed to the plugin. |
mixed | &$row | An object with a "text" property or the string to be cloaked. |
mixed | &$params | Additional parameters. See { |
integer | $page | Optional page number. Unused. Defaults to zero. |