[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/plugins/content/ -> emailcloak.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: emailcloak.php 14401 2010-01-26 14:10:00Z louis $
File Size: 226 lines (8 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 functions

  plgContentEmailCloak()
  plgContentEmailCloak_searchPattern()
  plgEmailCloak()
  plgEmailCloakString()

Functions
Functions that are not part of a class:

plgContentEmailCloak(&$row, &$params, $page=0)   X-Ref
Plugin that cloaks all emails in content from spambots via Javascript.

param: object|string An object with a "text" property or the string to be
param: array Additional parameters. See {@see plgEmailCloak()}.
param: int Optional page number. Unused. Defaults to zero.
return: boolean True on success.

plgContentEmailCloak_searchPattern($link, $text)   X-Ref
Genarate a search pattern based on link and text.

param: string The target of an e-mail link.
param: string The text enclosed by the link.
return: string A regular expression that matches a link containing the

plgEmailCloak(&$text, &$params)   X-Ref
Cloak all emails in text from spambots via Javascript.

param: string The string to be cloaked.
param: array Additional parameters. Parameter "mode" (integer, default 1)
return: boolean True on success.

plgEmailCloakString(&$text, $mode = 1)   X-Ref
Cloak all emails in text from spambots via Javascript.

param: string The string to be cloaked.
param: string The mode.
return: boolean True on success.



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1