JInstallerPlugin/1.5
From Joomla! Documentation
< JInstallerPlugin(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 36: | Line 36: | ||
<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''' on [http://api.joomla.org/1.5/Joomla-Framework/Installer/JInstallerPlugin.html api.joomla.org] |
* {{JVer|1.5}} '''JInstallerPlugin source code''' on [[jframework15:installer/adapters/plugin.php|JoomlaCode]] | * {{JVer|1.5}} '''JInstallerPlugin source code''' on [[jframework15:installer/adapters/plugin.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]
JInstallerPlugin
[edit] Description
Description:JInstallerPlugin [Edit Descripton]
[edit] 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
[edit] Importing
jimport( 'joomla.installer.adapters.plugin' );
[edit] See also
-
JInstallerPlugin on api.joomla.org
-
JInstallerPlugin source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerPlugin
SeeAlso:JInstallerPlugin [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />