JInstaller::parseFiles
Method to parse through a files element of the installation manifest and take appropriate action.
Signature
public function parseFiles(SimpleXMLElement
$element,
[integer
$cid = 0,
[array
$oldFiles = null,
[array
$oldMD5 = null]]] )
Parameters
-
$element
- The XML node to process
-
$cid
- Application ID of application to install to
-
$oldFiles
- List of old files (SimpleXMLElement's)
-
$oldMD5
- List of old MD5 sums (indexed by filename with value as MD5)
Returns
- boolean
- True on success