API17:JInstallerLanguage
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JInstallerLanguage
Defined in
libraries/joomla/installer/adapters/language.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| discover | Custom discover method Finds language files. |
| discover_install | Custom discover install method Basically updates the manifest cache and leaves everything alone. |
| install | Custom install method Note: This behaves badly due to hacks made in the middle of 1.5.x to add the ability to install multiple distinct packs in one install. |
| refreshManifestCache | Refreshes the extension table cache. |
| uninstall | Custom uninstall method. |
| update | Custom update method. |
| _install | Install function that is designed to handle individual clients. |
Importing
jimport( 'joomla.installer.adapters.language' );
See also
- JInstallerLanguage source code in BitBucket
- Other versions of this class
SeeAlso:JInstallerLanguage [Edit See Also]
Examples
<CodeExamplesForm />
