JInstallerPlugin::uninstall/1.5
From Joomla! Documentation
JInstallerPlugin::uninstall
Description
Custom uninstall method.
Description:JInstallerPlugin::uninstall [Edit Descripton]
public function uninstall ( $id $clientId )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | $cid The id of the plugin to uninstall | |
| $clientId | int | The id of the client (unused) |
- Returns boolean True on success
- Defined on line 221 of libraries/joomla/installer/adapters/plugin.php
- Since
See also
-
JInstallerPlugin::uninstall on api.joomla.org
-
JInstallerPlugin source code on JoomlaCode
-
Class JInstallerPlugin
-
Subpackage Installer
- Other versions of JInstallerPlugin::uninstall
SeeAlso:JInstallerPlugin::uninstall [Edit See Also]
User contributed notes
<CodeExamplesForm />