JInstallerComponent: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JInstallerComponent}}
... |
m clean up |
||
| Line 1: | Line 1: | ||
{{subst:Description:JInstallerComponent}} | |||
{{Description:JInstallerComponent}} | |||
===Defined in=== | ===Defined in=== | ||
| Line 37: | Line 34: | ||
<source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | ||
{{subst:SeeAlso:JInstallerComponent}} | |||
{{SeeAlso:JInstallerComponent}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:09, 24 March 2017
{{subst:Description:JInstallerComponent}}
Defined in
libraries/joomla/installer/adapters/component.php
Methods
| Method name | Description |
|---|---|
| loadLanguage | Custom loadLanguage method |
| install | Custom install method for components |
| update | Custom update method for components |
| uninstall | Custom uninstall method for components |
| discover | |
| discover_install | |
| refreshManifestCache |
Importing
jimport( 'joomla.installer.adapters.component' );
{{subst:SeeAlso:JInstallerComponent}}
Examples
<CodeExamplesForm />