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