API17:JInstallerPlugin::uninstall
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerPlugin::uninstall
Description
Custom uninstall method.
Description:JInstallerPlugin::uninstall [Edit Descripton]
Since
Synopsis
public JInstallerPlugin::uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | $cid The id of the plugin to uninstall | |
| int | $clientIdTheidoftheclient(unused) |
Returns
boolean True on success
Defined in
libraries/joomla/installer/adapters/plugin.php (line 461)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JInstallerPlugin::uninstall
Examples
<CodeExamplesForm />
