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]
public function 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 on line 1698 of libraries/joomla/installer/installer.php
See also
-
JInstaller::findDeletedFiles source code on BitBucket
-
Class JInstaller
-
Subpackage Installer
- Other versions of JInstaller::findDeletedFiles
SeeAlso:JInstaller::findDeletedFiles [Edit See Also]
User contributed notes
<CodeExamplesForm />
