JInstallerFile: Difference between revisions
From Joomla! Documentation
Layout updates |
Updated to r1448:247ba8d88526 |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
=={{JVer|11.1}} JInstallerFile== | |||
===Description=== | |||
{{Description:JInstallerFile}} | |||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JInstallerFile|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JInstallerFile|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
!Visibility | |||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
|public | |||
|[[JInstallerFile::install/11.1|install]] | |[[JInstallerFile::install/11.1|install]] | ||
|Custom install method. | |Custom install method. | ||
|- | |- | ||
|public | |||
|[[JInstallerFile::loadLanguage/11.1|loadLanguage]] | |[[JInstallerFile::loadLanguage/11.1|loadLanguage]] | ||
|Custom loadLanguage method. | |Custom loadLanguage method. | ||
|- | |- | ||
|public | |||
|[[JInstallerFile::refreshManifestCache/11.1|refreshManifestCache]] | |[[JInstallerFile::refreshManifestCache/11.1|refreshManifestCache]] | ||
|Refreshes the extension table cache. | |Refreshes the extension table cache. | ||
|- | |- | ||
|public | |||
|[[JInstallerFile::uninstall/11.1|uninstall]] | |[[JInstallerFile::uninstall/11.1|uninstall]] | ||
|Custom uninstall method. | |Custom uninstall method. | ||
|- | |- | ||
|public | |||
|[[JInstallerFile::update/11.1|update]] | |[[JInstallerFile::update/11.1|update]] | ||
|Custom update method | |Custom update method. | ||
|- | |- | ||
|} | |} | ||
* '''Defined in''' libraries/joomla/installer/adapters/file.php | |||
* '''Extends''' [[JAdapterInstance/11.1|JAdapterInstance]] | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.installer.adapters.file' );</source> | <source lang="php">jimport( 'joomla.installer.adapters.file' );</source> | ||
===See also=== | ===See also=== | ||
* JInstallerFile source code | * {{JVer|11.1}} '''JInstallerFile source code''' on [[jplatform:installer/adapters/file.php|BitBucket]] | ||
* [[JInstallerFile|Other versions of | * {{JVer|11.1}} Subpackage [[Subpackage Installer/11.1|Installer]] | ||
* [[JInstallerFile|Other versions of JInstallerFile]] | |||
{{SeeAlso:JInstallerFile}} | {{SeeAlso:JInstallerFile}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JInstallerFile|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JInstallerFile|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
=== | ===User contributed notes=== | ||
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 51: | Line 54: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
namespace=CodeExample | |||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerFile]]</noinclude> | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JInstallerFile]]</noinclude> | ||
Revision as of 23:05, 27 April 2011
JInstallerFile
Description
Template:Description:JInstallerFile [Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| 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/file.php
- Extends JAdapterInstance
Importing
jimport( 'joomla.installer.adapters.file' );
See also
JInstallerFile source code on BitBucket
Subpackage Installer- Other versions of JInstallerFile
Template:SeeAlso:JInstallerFile [Edit See Also]
User contributed notes
<CodeExamplesForm />