API17

API17:JInstallerModule

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:JInstallerModule

Defined in

libraries/joomla/installer/adapters/module.php

Subpackage

Installer

Extends

JAdapterInstance

Extended by

Methods

Method name Description
discover Custom discover method.
discover_install Custom discover_install method.
install Custom install method.
loadLanguage Custom loadLanguage method.
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method.
update Custom update method This is really a shell for the install system.
_rollback_menu Custom rollback method
_rollback_module Custom rollback method

Importing

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

See also

Template:SeeAlso:JInstallerModule [Edit See Also]

Examples

<CodeExamplesForm />