API17:JInstaller::findDeletedFiles
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JInstaller::findDeletedFiles|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstaller::findDeletedFiles|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function findDeletedFiles ( |
| + | $old_files | ||
| + | $new_files | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 29: | ||
|array | |array | ||
| | | | ||
| − | |An array of objects that are the new files | + | |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 | |
| − | 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 |
| − | + | ||
| − | libraries/joomla/installer/installer.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JInstaller::findDeletedFiles source code''' on [[jplatform:installer/installer.php#cl-1690|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JInstaller/11.1|JInstaller]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Installer/11.1|Installer]] | ||
| + | * [[JInstaller::findDeletedFiles|Other versions of JInstaller::findDeletedFiles]] | ||
| + | {{SeeAlso:JInstaller::findDeletedFiles}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstaller::findDeletedFiles|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstaller::findDeletedFiles|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 51: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JInstaller]][[Category:JInstaller::findDeletedFiles]]</noinclude> | <noinclude>[[Category:JInstaller]][[Category:JInstaller::findDeletedFiles]]</noinclude> | ||
Revision as of 21:11, 27 April 2011
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 />
