API17

API17:JInstaller::copyManifest

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples