API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
plgContentEmailCloak | ( | &$ | row, |
&$ | params, | ||
$ | page = 0 |
||
) |
Plugin that cloaks all emails in content from spambots via Javascript.
object|string | An object with a "text" property or the string to be cloaked. |
array | Additional parameters. See { |
int | Optional page number. Unused. Defaults to zero. |
Références plgEmailCloak().
plgContentEmailCloak_searchPattern | ( | $ | link, |
$ | text | ||
) |
Genarate a search pattern based on link and text.
string | The target of an e-mail link. |
string | The text enclosed by the link. |
Référencé par plgEmailCloakString().
plgEmailCloak | ( | &$ | text, |
&$ | params | ||
) |
Cloak all emails in text from spambots via Javascript.
string | The string to be cloaked. |
array | Additional parameters. Parameter "mode" (integer, default 1) replaces addresses with "mailto:" links if nonzero. |
Références $i, $text, JPluginHelper::getPlugin(), plgEmailCloakString(), JString::str_ireplace(), et JString::strpos().
Référencé par plgContentEmailCloak().
plgEmailCloakString | ( | &$ | text, |
$ | mode = 1 |
||
) |
Cloak all emails in text from spambots via Javascript.
string | The string to be cloaked. |
string | The mode. replaces addresses with "mailto:" links if nonzero. |
Références $suffix, $text, JHTML::_(), plgContentEmailCloak_searchPattern(), et JString::strpos().
Référencé par plgEmailCloak().