Liste de tous les membres
Documentation des fonctions membres
plgContentEmailcloak::_cloak |
( |
& |
$text, |
|
|
& |
$params |
|
) |
| |
|
protected |
Cloak all emails in text from spambots via Javascript.
- Paramètres:
-
string | The string to be cloaked. |
array | Additional parameters. Parameter "mode" (integer, default 1) replaces addresses with "mailto:" links if nonzero. |
- Renvoie:
- boolean True on success.
Références $mode, $text, JHtml\_(), JString\str_ireplace(), et JString\strpos().
plgContentEmailcloak::_getPattern |
( |
|
$link, |
|
|
|
$text |
|
) |
| |
|
protected |
Genarate a search pattern based on link and text.
- Paramètres:
-
string | The target of an email link. |
string | The text enclosed by the link. |
- Renvoie:
- string A regular expression that matches a link containing the parameters.
Références $link, et $text.
plgContentEmailcloak::onContentPrepare |
( |
|
$context, |
|
|
& |
$row, |
|
|
& |
$params, |
|
|
|
$page = 0 |
|
) |
| |
Plugin that cloaks all emails in content from spambots via Javascript.
- Paramètres:
-
string | The context of the content being passed to the plugin. |
mixed | An object with a "text" property or the string to be cloaked. |
array | Additional parameters. See { |
- Voir également:
- plgEmailCloak()}.
- Paramètres:
-
int | Optional page number. Unused. Defaults to zero. |
- Renvoie:
- boolean True on success.
Références $params, et $row.
La documentation de cette classe a été générée à partir du fichier suivant :