API17:JInstallerPlugin
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} 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::discover/11.1|discover]] | |[[JInstallerPlugin::discover/11.1|discover]] | ||
|Custom discover method. | |Custom discover method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::discover_install/11.1|discover_install]] | |[[JInstallerPlugin::discover_install/11.1|discover_install]] | ||
|Custom discover_install method. | |Custom discover_install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::install/11.1|install]] | |[[JInstallerPlugin::install/11.1|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::loadLanguage/11.1|loadLanguage]] | |[[JInstallerPlugin::loadLanguage/11.1|loadLanguage]] | ||
|Custom loadLanguage method. | |Custom loadLanguage method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::refreshManifestCache/11.1|refreshManifestCache]] | |[[JInstallerPlugin::refreshManifestCache/11.1|refreshManifestCache]] | ||
|Refreshes the extension table cache. | |Refreshes the extension table cache. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::uninstall/11.1|uninstall]] | |[[JInstallerPlugin::uninstall/11.1|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerPlugin::update/11.1|update]] | |[[JInstallerPlugin::update/11.1|update]] | ||
|Custom update method. | |Custom update method. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/adapters/plugin.php | ||
| + | * '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.installer.adapters.plugin' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.plugin' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JInstallerPlugin|Other versions of | + | * {{JVer|11.1}} '''JInstallerPlugin source code''' on [[jplatform:installer/adapters/plugin.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]] | ||
| + | * [[JInstallerPlugin|Other versions of JInstallerPlugin]] | ||
{{SeeAlso: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 55: | Line 62: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerPlugin]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInstallerPlugin]]</noinclude> |
Revision as of 13:55, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JInstallerPlugin
Description
Description:JInstallerPlugin [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | discover | Custom discover method. |
| public | discover_install | Custom discover_install method. |
| public | install | Custom install method. |
| public | loadLanguage | Custom loadLanguage method. |
| public | refreshManifestCache | Refreshes the extension table cache. |
| public | uninstall | Custom uninstall method. |
| public | update | Custom update method. |
- Defined in libraries/joomla/installer/adapters/plugin.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.plugin' );
See also
-
JInstallerPlugin source code on BitBucket
-
Subpackage Installer
- Other versions of JInstallerPlugin
SeeAlso:JInstallerPlugin [Edit See Also]
User contributed notes
<CodeExamplesForm />
