API16:JInstallerLibrary
From Joomla! Documentation
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' );
Examples
Code Examples