API17

JInstallerFile: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
<span class="editsection" style="font-size:76%;">
=={{JVer|11.1}} JInstallerFile==
<nowiki>[</nowiki>[[Description:JInstallerFile|Edit Descripton]]<nowiki>]</nowiki>
===Description===
</span>
 
{{Description:JInstallerFile}}
 
===Defined in===
libraries/joomla/installer/adapters/file.php
===Subpackage===
[[Subpackage Installer/11.1|Installer]]
===Extends===
[[JAdapterInstance/11.1|JAdapterInstance]]
===Extended by===
===Methods===
===Methods===
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
!Visibility
!Method name
!Method name
!Description
!Description
|-
|-
|[[JInstallerFile::install/11.1|install]]
|public
|[[API17:JInstallerFile::install|install]]
|Custom install method.  
|Custom install method.  
|-
|-
|[[JInstallerFile::loadLanguage/11.1|loadLanguage]]
|public
|[[API17:JInstallerFile::loadLanguage|loadLanguage]]
|Custom loadLanguage method.  
|Custom loadLanguage method.  
|-
|-
|[[JInstallerFile::refreshManifestCache/11.1|refreshManifestCache]]
|public
|[[API17:JInstallerFile::refreshManifestCache|refreshManifestCache]]
|Refreshes the extension table cache.  
|Refreshes the extension table cache.  
|-
|-
|[[JInstallerFile::uninstall/11.1|uninstall]]
|public
|[[API17:JInstallerFile::uninstall|uninstall]]
|Custom uninstall method.  
|Custom uninstall method.  
|-
|-
|[[JInstallerFile::update/11.1|update]]
|public
|Custom update method public.  
|[[API17:JInstallerFile::update|update]]
|Custom update method.  
|-
|-
|}
|}
* '''Defined in''' libraries/joomla/installer/adapters/file.php
* '''Extends''' [[API17:JAdapterInstance|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|Other versions of this class]]
* {{JVer|11.1}} '''JInstallerFile source code''' on [[jplatform:installer/adapters/file.php|BitBucket]]
{{SeeAlso:JInstallerFile}}
* {{JVer|11.1}} Subpackage [[API17:Subpackage Installer|Installer]]
<span class="editsection" style="font-size:76%;">
* [[API17:JInstallerFile|Other versions of JInstallerFile]]
<nowiki>[</nowiki>[[SeeAlso:JInstallerFile|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
===Examples===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JInstallerFile
category=JInstallerFile
category=CodeExample
namespace=CodeExample
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 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:17, 25 March 2017

Joomla 11.1 JInstallerFile

Description

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


User contributed notes

Code Examples