Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onExtensionAfterInstall ($installer, $eid) | |
onExtensionAfterUpdate ($installer, $eid) | |
onExtensionAfterUninstall ($installer, $eid, $removed) | |
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 | |
getLanguage ($eid) | |
addCommonWords ($extension) | |
removeCommonWords ($extension) | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Attributs protégés | |
$db | |
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 | |
Finder extension plugin
|
protected |
Add common words from a txt file to com_finder
object | $extension | Extension object |
Références $bindNames, $db, $extension, $lang, $path, $query, JPATH_ADMINISTRATOR, et JPATH_SITE.
|
protected |
Get an object of information if the handled extension is a language
integer | $eid | Extension id |
Références $db, $extension, et $query.
onExtensionAfterInstall | ( | $installer, | |
$eid | |||
) |
Add common words to finder after language got installed
Installer | $installer | Installer object |
integer | $eid | Extension Identifier |
Références $extension.
onExtensionAfterUninstall | ( | $installer, | |
$eid, | |||
$removed | |||
) |
Remove common words to finder after language got uninstalled
Installer | $installer | Installer instance |
integer | $eid | Extension id |
boolean | $removed | Installation result |
onExtensionAfterUpdate | ( | $installer, | |
$eid | |||
) |
Add common words to finder after language got updated
Installer | $installer | Installer object |
integer | $eid | Extension identifier |
|
protected |
Remove common words of a language from com_finder
object | $extension | Extension object |
Références $db, $extension, $lang, $query, et JPATH_ADMINISTRATOR.
|
protected |