API17:JInstallerTemplate
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/installer/adapters/template.php | libraries/joomla/installer/adapters/template.php | ||
| + | * see source code in [[jplatform:installer/adapters/template.php|BitBucket]] | ||
===Subpackage=== | ===Subpackage=== | ||
[[Subpackage Installer/11.1|Installer]] | [[Subpackage Installer/11.1|Installer]] | ||
| Line 42: | Line 43: | ||
<source lang="php">jimport( 'joomla.installer.adapters.template' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.template' );</source> | ||
===See also=== | ===See also=== | ||
| + | * JInstallerTemplate source code in [[jplatform:installer/adapters/template.php|BitBucket]] | ||
* [[JInstallerTemplate|Other versions of this class]] | * [[JInstallerTemplate|Other versions of this class]] | ||
{{SeeAlso:JInstallerTemplate}} | {{SeeAlso:JInstallerTemplate}} | ||
Revision as of 17:59, 23 April 2011
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:JInstallerTemplate
Defined in
libraries/joomla/installer/adapters/template.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| Method name | Description |
|---|---|
| discover | Discover existing but uninstalled templates. |
| discover_install | Perform an install from a discovered extension. |
| install | Custom install method. |
| loadLanguage | Custom loadLanguage method. |
| refreshManifestCache | Refreshes the extension table cache. |
| uninstall | Custom uninstall method. |
| update | Custom update method for components. |
Importing
jimport( 'joomla.installer.adapters.template' );
See also
- JInstallerTemplate source code in BitBucket
- Other versions of this class
SeeAlso:JInstallerTemplate [Edit See Also]
Examples
<CodeExamplesForm />
