JInstallerTemplate/1.5
From Joomla! Documentation
< JInstallerTemplate(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 31: | Line 31: | ||
<source lang="php">jimport( 'joomla.installer.adapters.template' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.template' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JInstallerTemplate''' on [http://api.joomla.org/Joomla-Framework/Installer/JInstallerTemplate.html api.joomla.org] | + | * {{JVer|1.5}} '''JInstallerTemplate''' on [http://api.joomla.org/1.5/Joomla-Framework/Installer/JInstallerTemplate.html api.joomla.org] |
* {{JVer|1.5}} '''JInstallerTemplate source code''' on [[jframework15:installer/adapters/template.php|JoomlaCode]] | * {{JVer|1.5}} '''JInstallerTemplate source code''' on [[jframework15:installer/adapters/template.php|JoomlaCode]] | ||
* {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | * {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | ||
Latest revision as of 16:03, 13 February 2013
[edit]
JInstallerTemplate
[edit] Description
Description:JInstallerTemplate [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | install | Custom install method. |
| public | uninstall | Custom uninstall method. |
- Defined in libraries/joomla/installer/adapters/template.php
- Extends JObject
[edit] Importing
jimport( 'joomla.installer.adapters.template' );
[edit] See also
-
JInstallerTemplate on api.joomla.org
-
JInstallerTemplate source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerTemplate
SeeAlso:JInstallerTemplate [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />