API17

JInstallerModule: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
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>
{{Description:JInstallerModule}}
===Defined in===
libraries/joomla/installer/adapters/module.php
* see source code in [[jplatform:installer/adapters/module.php|BitBucket]]
===Subpackage===
[[Subpackage Installer/11.1|Installer]]
===Extends===
[[JAdapterInstance/11.1|JAdapterInstance]]
===Extended by===
===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 in [[jplatform:installer/adapters/module.php|BitBucket]]
* {{JVer|11.1}} '''JInstallerModule source code''' on [[jplatform:installer/adapters/module.php|BitBucket]]
* [[JInstallerModule|Other versions of this class]]
* {{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>
===Examples===
===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]][[Category:Platform 11.1]][[Category:JInstallerModule]]</noinclude>

Revision as of 23:05, 27 April 2011

Joomla 11.1 JInstallerModule

Description

Template: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

Template:SeeAlso:JInstallerModule [Edit See Also]

User contributed notes

<CodeExamplesForm />