API17

JInstaller::findDeletedFiles

From Joomla! Documentation

Revision as of 16:39, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎User contributed notes: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstaller::findDeletedFiles[edit]

Description[edit]

Compares two "files" entries to find deleted files/folders.

Template: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[edit]

Template:SeeAlso:JInstaller::findDeletedFiles [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />