API17:JInstallerModule
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::discover/11.1|discover]] | |[[JInstallerModule::discover/11.1|discover]] | ||
|Custom discover method. | |Custom discover method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::discover_install/11.1|discover_install]] | |[[JInstallerModule::discover_install/11.1|discover_install]] | ||
|Custom discover_install method. | |Custom discover_install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::install/11.1|install]] | |[[JInstallerModule::install/11.1|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::loadLanguage/11.1|loadLanguage]] | |[[JInstallerModule::loadLanguage/11.1|loadLanguage]] | ||
|Custom loadLanguage method. | |Custom loadLanguage method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::refreshManifestCache/11.1|refreshManifestCache]] | |[[JInstallerModule::refreshManifestCache/11.1|refreshManifestCache]] | ||
|Refreshes the extension table cache. | |Refreshes the extension table cache. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::uninstall/11.1|uninstall]] | |[[JInstallerModule::uninstall/11.1|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerModule::update/11.1|update]] | |[[JInstallerModule::update/11.1|update]] | ||
|Custom update method This is really a shell for the install system. | |Custom update method This is really a shell for the install system. | ||
|- | |- | ||
| + | |protected | ||
|[[JInstallerModule::_rollback_menu/11.1|_rollback_menu]] | |[[JInstallerModule::_rollback_menu/11.1|_rollback_menu]] | ||
|Custom rollback method | |Custom rollback method | ||
|- | |- | ||
| + | |protected | ||
|[[JInstallerModule::_rollback_module/11.1|_rollback_module]] | |[[JInstallerModule::_rollback_module/11.1|_rollback_module]] | ||
|Custom rollback method | |Custom rollback method | ||
| Line 48: | Line 52: | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/adapters/module.php | ||
| + | * '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]] | ||
===Importing=== | ===Importing=== | ||
<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 | + | * {{JVer|11.1}} '''JInstallerModule source code''' on [[jplatform:installer/adapters/module.php|BitBucket]] |
| − | * [[JInstallerModule|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]] |
| + | * [[JInstallerModule|Other versions of JInstallerModule]] | ||
{{SeeAlso: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 65: | Line 72: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerModule]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInstallerModule]]</noinclude> |
Revision as of 13:55, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerModule
Description
Description:JInstallerModule [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Custom discover method. |
| public | discover_install | Custom discover_install method. |
| public | install | Custom install method. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method This is really a shell for the install system. |
| protected | _rollback_menu | Custom rollback method |
| protected | _rollback_module | Custom rollback method |
- Defined in libraries/joomla/installer/adapters/module.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.module' );
See also
-
JInstallerModule source code on BitBucket
-
Subpackage Installer
- Other versions of JInstallerModule
SeeAlso:JInstallerModule [Edit See Also]
User contributed notes
<CodeExamplesForm />
