JInstallerModule/1.5
From Joomla! Documentation
< JInstallerModule(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 41: | Line 41: | ||
<source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.module' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JInstallerModule''' on [http://api.joomla.org/Joomla-Framework/Installer/JInstallerModule.html api.joomla.org] | + | * {{JVer|1.5}} '''JInstallerModule''' on [http://api.joomla.org/1.5/Joomla-Framework/Installer/JInstallerModule.html api.joomla.org] |
* {{JVer|1.5}} '''JInstallerModule source code''' on [[jframework15:installer/adapters/module.php|JoomlaCode]] | * {{JVer|1.5}} '''JInstallerModule source code''' on [[jframework15:installer/adapters/module.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | * {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | ||
Latest revision as of 16:03, 13 February 2013
[edit]
JInstallerModule
[edit] Description
Description:JInstallerModule [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | _rollback_menu | Custom rollback method |
| public | _rollback_module | Custom rollback method |
| public | install | Custom install method. |
| public | uninstall | Custom uninstall method. |
- Defined in libraries/joomla/installer/adapters/module.php
- Extends JObject
[edit] Importing
jimport( 'joomla.installer.adapters.module' );
[edit] See also
-
JInstallerModule on api.joomla.org
-
JInstallerModule source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerModule
SeeAlso:JInstallerModule [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />