API16

API16:JInstallerComponent

From Joomla! Documentation

Revision as of 01:49, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/installer/adapters/component.php

Methods

Method name Description
loadLanguage Custom loadLanguage method
install Custom install method for components
update Custom update method for components
uninstall Custom uninstall method for components
discover
discover_install
refreshManifestCache

Importing

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



Examples

Code Examples