API17

Difference between revisions of "JInstaller::copyManifest"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JInstaller->copyManifest ($cid=1)
+
public JInstaller::copyManifest ($cid=1)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
boolean True on success, False on error
 
boolean True on success, False on error
 
===Defined in===
 
===Defined in===
libraries/joomla/installer/installer.php
+
libraries/joomla/installer/installer.php (line 1578)
 +
* see source code in [[jplatform:installer/installer.php#cl-1578|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:45, 23 April 2011

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]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JInstaller::copyManifest ($cid=1)
Parameter Type Default Description
$cid int 1 Where to copy the installfile [optional: defaults to 1 (admin)]

Returns[edit]

boolean True on success, False on error

Defined in[edit]

libraries/joomla/installer/installer.php (line 1578)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JInstaller::copyManifest

Examples[edit]

<CodeExamplesForm />