JInstallerModule: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/installer/adapters/module.php | libraries/joomla/installer/adapters/module.php | ||
* see source code in [[jplatform:installer/adapters/module.php|BitBucket]] | |||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Installer/11.1|Installer]] | [[Subpackage Installer/11.1|Installer]] | ||
| Line 50: | Line 51: | ||
<source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | ||
===See also=== | ===See also=== | ||
* JInstallerModule source code in [[jplatform:installer/adapters/module.php|BitBucket]] | |||
* [[JInstallerModule|Other versions of this class]] | * [[JInstallerModule|Other versions of this class]] | ||
{{SeeAlso:JInstallerModule}} | {{SeeAlso:JInstallerModule}} | ||
Revision as of 22:58, 23 April 2011
[Edit Descripton] Template:Description:JInstallerModule
Defined in
libraries/joomla/installer/adapters/module.php
- see source code in BitBucket
Subpackage
Extends
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
- JInstallerModule source code in BitBucket
- Other versions of this class
Template:SeeAlso:JInstallerModule [Edit See Also]
Examples
<CodeExamplesForm />