API17

JInstallerPackage

From Joomla! Documentation

Revision as of 17:58, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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.

[Edit Descripton] Template:Description:JInstallerPackage

Defined in[edit]

libraries/joomla/installer/adapters/package.php

Subpackage[edit]

Installer

Extends[edit]

JAdapterInstance

Extended by[edit]

Methods[edit]

Method name Description
install Custom install method.
loadLanguage
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method.
update Updates a package The only difference between an update and a full install is how we handle the database.

Importing[edit]

jimport( 'joomla.installer.adapters.package' );

See also[edit]

Template:SeeAlso:JInstallerPackage [Edit See Also]

Examples[edit]

<CodeExamplesForm />