JInstallerModule/1.5
From Joomla! Documentation
< JInstallerModule(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JInstallerModule== | ||
| + | ===Description=== | ||
| + | {{Description:JInstallerModule}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInstallerModule|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerModule|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::__construct/1.5|__construct]] | |[[JInstallerModule::__construct/1.5|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::_rollback_menu/1.5|_rollback_menu]] | |[[JInstallerModule::_rollback_menu/1.5|_rollback_menu]] | ||
|Custom rollback method | |Custom rollback method | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::_rollback_module/1.5|_rollback_module]] | |[[JInstallerModule::_rollback_module/1.5|_rollback_module]] | ||
|Custom rollback method | |Custom rollback method | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::install/1.5|install]] | |[[JInstallerModule::install/1.5|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::uninstall/1.5|uninstall]] | |[[JInstallerModule::uninstall/1.5|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/adapters/module.php | ||
| + | * '''Extends''' [[JObject/1.5|JObject]] | ||
===Importing=== | ===Importing=== | ||
<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 source code''' on [[jframework15:installer/adapters/module.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | ||
| + | * [[JInstallerModule|Other versions of JInstallerModule]] | ||
| + | {{SeeAlso:JInstallerModule}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerModule|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 57: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JInstallerModule]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JInstallerModule]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JInstallerModule
Description
Description:JInstallerModule [Edit Descripton]
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
Importing
jimport( 'joomla.installer.adapters.module' );
See also
-
JInstallerModule on api.joomla.org
-
JInstallerModule source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerModule
SeeAlso:JInstallerModule [Edit See Also]
User contributed notes
<CodeExamplesForm />