API17:JInstallerComponent::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.
JInstallerComponent::uninstall
Description
Custom uninstall method for components.
Description:JInstallerComponent::uninstall [Edit Descripton]
Since
Synopsis
public JInstallerComponent->uninstall ($id)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | int | The unique extension id of the component to uninstall |
Returns
mixed Return value for uninstall method in component uninstall file
Defined in
libraries/joomla/installer/adapters/component.php
Referenced by
See also
SeeAlso:JInstallerComponent::uninstall
Examples
<CodeExamplesForm />
