API17

API17:JInstallerTemplate

From Joomla! Documentation

Revision as of 20:54, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Edit Descripton] Template:Description:JInstallerTemplate

Defined in

libraries/joomla/installer/adapters/template.php

Subpackage

Installer

Extends

JAdapterInstance

Extended by

Methods

Method name Description
discover Discover existing but uninstalled templates.
discover_install Perform an install from a discovered extension.
install Custom install method.
loadLanguage Custom loadLanguage method.
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method.
update Custom update method for components.

Importing

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

See also

Template:SeeAlso:JInstallerTemplate [Edit See Also]

Examples

<CodeExamplesForm />