JInstallerTemplate/1.5
From Joomla! Documentation
< JInstallerTemplate(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JInstallerTemplate== | ||
| + | ===Description=== | ||
| + | {{Description:JInstallerTemplate}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInstallerTemplate|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerTemplate|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerTemplate::__construct/1.5|__construct]] | |[[JInstallerTemplate::__construct/1.5|__construct]] | ||
|Constructor. | |Constructor. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerTemplate::install/1.5|install]] | |[[JInstallerTemplate::install/1.5|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerTemplate::uninstall/1.5|uninstall]] | |[[JInstallerTemplate::uninstall/1.5|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/adapters/template.php | ||
| + | * '''Extends''' [[JObject/1.5|JObject]] | ||
===Importing=== | ===Importing=== | ||
<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 source code''' on [[jframework15:installer/adapters/template.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Installer/1.5|Installer]] | ||
| + | * [[JInstallerTemplate|Other versions of JInstallerTemplate]] | ||
| + | {{SeeAlso:JInstallerTemplate}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerTemplate|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerTemplate|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 44: | Line 47: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JInstallerTemplate]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JInstallerTemplate]]</noinclude> | ||
Revision as of 18:10, 25 April 2011
JInstallerTemplate
Description
Description:JInstallerTemplate [Edit Descripton]
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
Importing
jimport( 'joomla.installer.adapters.template' );
See also
-
JInstallerTemplate on api.joomla.org
-
JInstallerTemplate source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerTemplate
SeeAlso:JInstallerTemplate [Edit See Also]
User contributed notes
<CodeExamplesForm />