Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe plgContentEmailcloak
+ Graphe d'héritage de plgContentEmailcloak:
+ Graphe de collaboration de plgContentEmailcloak:

Liste de tous les membres

Fonctions membres publiques

 onContentPrepare ($context, &$row, &$params, $page=0)
- Fonctions membres publiques inherited from JPlugin
 __construct (&$subject, $config=array())
 loadLanguage ($extension= '', $basePath=JPATH_ADMINISTRATOR)
- Fonctions membres publiques inherited from JEvent
 __construct (&$subject)
 update (&$args)
- Fonctions membres publiques inherited from JObject
 __construct ($properties=null)
 __toString ()
 def ($property, $default=null)
 get ($property, $default=null)
 getProperties ($public=true)
 getError ($i=null, $toString=true)
 getErrors ()
 set ($property, $value=null)
 setProperties ($properties)
 setError ($error)
 toString ()

Fonctions membres protégées

 _getPattern ($link, $text)
 _cloak (&$text, &$params)

Additional Inherited Members

- Attributs publics inherited from JPlugin
 $params = null
- Attributs protégés inherited from JPlugin
 $_name = null
 $_type = null
- Attributs protégés inherited from JEvent
 $_subject = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

plgContentEmailcloak::_cloak ( $text,
$params 
)
protected

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 $mode, $text, JHtml\_(), JString\str_ireplace(), et JString\strpos().

+ Voici le graphe d'appel pour cette fonction :

plgContentEmailcloak::_getPattern (   $link,
  $text 
)
protected

Genarate a search pattern based on link and text.

Paramètres:
stringThe target of an email 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.

plgContentEmailcloak::onContentPrepare (   $context,
$row,
$params,
  $page = 0 
)

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

Paramètres:
stringThe context of the content being passed to the plugin.
mixedAn 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 $params, et $row.


La documentation de cette classe a été générée à partir du fichier suivant :