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