API17

JInstallerFile: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Layout updates
Doxiki2 (talk | contribs)
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>
{{Description:JInstallerFile}}
===Defined in===
libraries/joomla/installer/adapters/file.php
* see source code in [[jplatform:installer/adapters/file.php|BitBucket]]
===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
|-
|-
|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 public.  
|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 in [[jplatform:installer/adapters/file.php|BitBucket]]
* {{JVer|11.1}} '''JInstallerFile source code''' on [[jplatform:installer/adapters/file.php|BitBucket]]
* [[JInstallerFile|Other versions of this class]]
* {{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>
===Examples===
===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

Joomla 11.1 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

Template:SeeAlso:JInstallerFile [Edit See Also]

User contributed notes

<CodeExamplesForm />