API17

Difference between revisions of "JInstaller::copyManifest"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (JoomlaWikiBot moved page JInstaller::copyManifest/11.1 to API17:JInstaller::copyManifest without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 19:00, 10 May 2013

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

Description[edit]

Copies the installation manifest file to the extension folder in the given client.

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

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />