API17:JInstaller::copyManifest
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::copyManifest
Description
Copies the installation manifest file to the extension folder in the given client.
Description:JInstaller::copyManifest [Edit Descripton]
public function copyManifest ($cid=1)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $cid | int | 1 | Where to copy the installfile [optional: defaults to 1 (admin)] |
- Returns boolean True on success, False on error
- Defined on line 1557 of libraries/joomla/installer/installer.php
- Since
See also
-
JInstaller::copyManifest source code on BitBucket
-
Class JInstaller
-
Subpackage Installer
- Other versions of JInstaller::copyManifest
SeeAlso:JInstaller::copyManifest [Edit See Also]
User contributed notes
<CodeExamplesForm />
