API17:JInstaller::copyManifest
From Joomla! Documentation
JInstaller::copyManifest
Description
Copies the installation manifest file to the extension folder in the given client.
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
User contributed notes
Code Examples