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