API17:JInstallerLibrary
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
m (→User contributed notes: bad link repair) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JInstallerLibrary== | ||
| + | ===Description=== | ||
| + | {{Description:JInstallerLibrary}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInstallerLibrary|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerLibrary|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::discover/11.1|discover]] | |[[JInstallerLibrary::discover/11.1|discover]] | ||
|Custom discover method. | |Custom discover method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::discover_install/11.1|discover_install]] | |[[JInstallerLibrary::discover_install/11.1|discover_install]] | ||
|Custom discover_install method. | |Custom discover_install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::install/11.1|install]] | |[[JInstallerLibrary::install/11.1|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::loadLanguage/11.1|loadLanguage]] | |[[JInstallerLibrary::loadLanguage/11.1|loadLanguage]] | ||
|Custom loadLanguage method. | |Custom loadLanguage method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::refreshManifestCache/11.1|refreshManifestCache]] | |[[JInstallerLibrary::refreshManifestCache/11.1|refreshManifestCache]] | ||
|Refreshes the extension table cache. | |Refreshes the extension table cache. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::uninstall/11.1|uninstall]] | |[[JInstallerLibrary::uninstall/11.1|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
| + | |public | ||
|[[JInstallerLibrary::update/11.1|update]] | |[[JInstallerLibrary::update/11.1|update]] | ||
| − | |Custom update method | + | |Custom update method. |
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/installer/adapters/library.php | ||
| + | * '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.installer.adapters.library' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.library' );</source> | ||
===See also=== | ===See also=== | ||
| − | * JInstallerLibrary source code | + | * {{JVer|11.1}} '''JInstallerLibrary source code''' on [[jplatform:installer/adapters/library.php|BitBucket]] |
| − | * [[JInstallerLibrary|Other versions of | + | * {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]] |
| + | * [[JInstallerLibrary|Other versions of JInstallerLibrary]] | ||
{{SeeAlso:JInstallerLibrary}} | {{SeeAlso:JInstallerLibrary}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerLibrary|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 57: | Line 62: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerLibrary]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JInstallerLibrary]]</noinclude> |
Revision as of 13:54, 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.
JInstallerLibrary
Description
Description:JInstallerLibrary [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/library.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.library' );
See also
-
JInstallerLibrary source code on BitBucket
-
Subpackage Installer
- Other versions of JInstallerLibrary
SeeAlso:JInstallerLibrary [Edit See Also]
User contributed notes
<CodeExamplesForm />
