API17:JInstallerTemplate
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.
JInstallerTemplate
Description
Description:JInstallerTemplate [Edit Descripton]
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
SeeAlso:JInstallerTemplate [Edit See Also]
User contributed notes
<CodeExamplesForm />
