Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onContentPrepare ($context, &$row, &$params, $page=0) | |
Fonctions membres publiques hérités de CMSPlugin | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de PluginInterface | |
registerListeners () | |
Fonctions membres protégées | |
_getPattern ($link, $text) | |
_cloak (&$text, &$params) | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Attributs protégés | |
$app | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Membres hérités additionnels | |
Champs de données hérités de CMSPlugin | |
$params = null | |
Email cloak plugin class.
|
protected |
|
protected |
onContentPrepare | ( | $context, | |
& | $row, | ||
& | $params, | ||
$page = 0 |
|||
) |
Plugin that cloaks all emails in content from spambots via Javascript.
string | $context | The context of the content being passed to the plugin. |
mixed | &$row | An object with a "text" property or the string to be cloaked. |
mixed | &$params | Additional parameters. |
integer | $page | Optional page number. Unused. Defaults to zero. |
|
protected |