JInstallerModule: Difference between revisions
From Joomla! Documentation
No edit summary |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JInstallerModule}} | |||
{{Description:JInstallerModule}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 37: | Line 34: | ||
<source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | ||
{{subst:SeeAlso:JInstallerModule}} | |||
{{SeeAlso:JInstallerModule}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:10, 24 March 2017
{{subst:Description:JInstallerModule}}
Defined in
libraries/joomla/installer/adapters/module.php
Methods
| Method name | Description |
|---|---|
| loadLanguage | Custom loadLanguage method |
| install | Custom install method |
| update | Custom update method This is really a shell for the install system |
| discover | Custom discover method |
| discover_install | Custom discover_install method |
| refreshManifestCache | |
| uninstall | Custom uninstall method |
Importing
jimport( 'joomla.installer.adapters.module' );
{{subst:SeeAlso:JInstallerModule}}
Examples
<CodeExamplesForm />