API17

JInstallerComponent

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

Defined in[edit]

libraries/joomla/installer/adapters/component.php

Subpackage[edit]

Installer

Extends[edit]

JAdapterInstance

Extended by[edit]

Methods[edit]

Method name Description
discover Discover unregistered extensions.
discover_install Install unregistered extensions that have been discovered.
install Custom install method for components.
loadLanguage Custom loadLanguage method.
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method for components.
update Custom update method for components.
_buildAdminMenus Method to build menu database entries for a component.
_removeAdminMenus Method to remove admin menu references to a component.
_rollback_menu Custom rollback method

Importing[edit]

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

See also[edit]

Template:SeeAlso:JInstallerComponent [Edit See Also]

Examples[edit]

<CodeExamplesForm />