API16

JInstallerModule: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JInstallerModule}}
<nowiki>[</nowiki>[[Description:JInstallerModule|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JInstallerModule}}


===Defined in===
===Defined in===
Line 37: Line 34:
<source lang="php">jimport( 'joomla.installer.adapters.module' );</source>
<source lang="php">jimport( 'joomla.installer.adapters.module' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JInstallerModule|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JInstallerModule}}
</span>
{{SeeAlso:JInstallerModule}}


===Examples===
===Examples===

Revision as of 14:10, 24 March 2017

{{subst:Description:JInstallerModule}}

Defined in

libraries/joomla/installer/adapters/module.php

Methods

Method name Description
loadLanguage Custom loadLanguage method
install Custom install method
update Custom update method This is really a shell for the install system
discover Custom discover method
discover_install Custom discover_install method
refreshManifestCache
uninstall Custom uninstall method

Importing

jimport( 'joomla.installer.adapters.module' );


{{subst:SeeAlso:JInstallerModule}}

Examples

<CodeExamplesForm />