API17:JInstallerTemplate
From Joomla! Documentation
JInstallerTemplate
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Discover existing but uninstalled templates. |
| public | discover_install | Discover_install Perform an install for a discovered extension. |
| public | install | Custom install method. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method for components. |
- Defined in libraries/joomla/installer/adapters/template.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.template' );
See also
JInstallerTemplate source code on BitBucket
Subpackage Installer- Other versions of JInstallerTemplate
User contributed notes
Code Examples