API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5

Référence du fichier emailcloak.php

Espaces de nommage

Fonctions


Documentation des fonctions

plgContentEmailCloak ( &$  row,
&$  params,
page = 0 
)

Plugin that cloaks all emails in content from spambots via Javascript.

Paramètres:
object|stringAn object with a "text" property or the string to be cloaked.
arrayAdditional parameters. See {
Voir également:
plgEmailCloak()}.
Paramètres:
intOptional page number. Unused. Defaults to zero.
Renvoie:
boolean True on success.

Références plgEmailCloak().

Voici le graphe d'appel pour cette fonction :

plgContentEmailCloak_searchPattern ( link,
text 
)

Genarate a search pattern based on link and text.

Paramètres:
stringThe target of an e-mail link.
stringThe text enclosed by the link.
Renvoie:
string A regular expression that matches a link containing the parameters.

Références $link, et $text.

Référencé par plgEmailCloakString().

Voici le graphe d'appel pour cette fonction :

plgEmailCloak ( &$  text,
&$  params 
)

Cloak all emails in text from spambots via Javascript.

Paramètres:
stringThe string to be cloaked.
arrayAdditional parameters. Parameter "mode" (integer, default 1) replaces addresses with "mailto:" links if nonzero.
Renvoie:
boolean True on success.

Références $i, $text, JPluginHelper::getPlugin(), plgEmailCloakString(), JString::str_ireplace(), et JString::strpos().

Référencé par plgContentEmailCloak().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :

plgEmailCloakString ( &$  text,
mode = 1 
)

Cloak all emails in text from spambots via Javascript.

Paramètres:
stringThe string to be cloaked.
stringThe mode. replaces addresses with "mailto:" links if nonzero.
Renvoie:
boolean True on success.

Références $suffix, $text, JHTML::_(), plgContentEmailCloak_searchPattern(), et JString::strpos().

Référencé par plgEmailCloak().

Voici le graphe d'appel pour cette fonction :

Voici le graphe d'appel pour cette fonction :