API17:JInstaller::findDeletedFiles
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::findDeletedFiles
Description
Compares two "files" entries to find deleted files/folders.
Description:JInstaller::findDeletedFiles [Edit Descripton]
Synopsis
public JInstaller::findDeletedFiles ($old_files, $new_files)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $old_files | array | An array of objects that are the old files | |
| $new_files | array | An array of objects that are the new files |
Returns
array An array with the delete files and folders in findDeletedFiles[files] and findDeletedFiles[folders] resepctively
Defined in
libraries/joomla/installer/installer.php (line 1720)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JInstaller::findDeletedFiles
Examples
<CodeExamplesForm />
