API17:JInstaller::removeFiles
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.
JInstaller::removeFiles
Description
Method to parse through a files element of the installation manifest and remove the files that were installed.
Description:JInstaller::removeFiles [Edit Descripton]
Since
Synopsis
public JInstaller::removeFiles ($element, $cid=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | object | The xml node to process | |
| $cid | int | 0 | Application ID of application to remove from |
Returns
boolean True on success
Defined in
libraries/joomla/installer/installer.php (line 1434)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JInstaller::removeFiles
Examples
<CodeExamplesForm />
