JInstallerComponent: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/installer/adapters/component.php | libraries/joomla/installer/adapters/component.php | ||
| Line 35: | Line 33: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JInstallerComponent | category=JInstallerComponent | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
Latest revision as of 01:49, 25 March 2017
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