API16:JInstallerPlugin
From Joomla! Documentation
[Edit Descripton] Template:Description:JInstallerPlugin
Defined in
libraries/joomla/installer/adapters/plugin.php
Methods
| Method name | Description |
|---|---|
| loadLanguage | Custom loadLanguage method |
| install | Custom install method |
| update | Custom update method |
| uninstall | Custom uninstall method |
| discover | Custom discover method |
| discover_install | Custom discover_install method |
| refreshManifestCache |
Importing
jimport( 'joomla.installer.adapters.plugin' );
[Edit See Also] Template:SeeAlso:JInstallerPlugin
Examples
<CodeExamplesForm />