JInstallerComponent/1.5
From Joomla! Documentation
< JInstallerComponent(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 44: | Line 44: | ||
<source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.component' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JInstallerComponent''' on [http://api.joomla.org/Joomla-Framework/Installer/JInstallerComponent.html api.joomla.org] | + | * {{JVer|1.5}} '''JInstallerComponent''' on [http://api.joomla.org/1.5/Joomla-Framework/Installer/JInstallerComponent.html api.joomla.org] |
* {{JVer|1.5}} '''JInstallerComponent source code''' on [[jframework15:installer/adapters/component.php|JoomlaCode]] | * {{JVer|1.5}} '''JInstallerComponent source code''' on [[jframework15:installer/adapters/component.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]
JInstallerComponent
[edit] Description
Description:JInstallerComponent [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | __construct | Constructor. |
| public | _buildAdminMenus | Method to build menu database entries for a component. |
| public | _removeAdminMenus | Method to remove admin menu references to a component. |
| public | _rollback_menu | Custom rollback method |
| public | install | Custom install method for components. |
| public | uninstall | Custom uninstall method for components. |
- Defined in libraries/joomla/installer/adapters/component.php
- Extends JObject
[edit] Importing
jimport( 'joomla.installer.adapters.component' );
[edit] See also
-
JInstallerComponent on api.joomla.org
-
JInstallerComponent source code on JoomlaCode
-
Subpackage Installer
- Other versions of JInstallerComponent
SeeAlso:JInstallerComponent [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />