API17

JInstallerFile: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
Doxiki2 (talk | contribs)
Layout updates
Line 6: Line 6:
===Defined in===
===Defined in===
libraries/joomla/installer/adapters/file.php
libraries/joomla/installer/adapters/file.php
* see source code in [[jplatform:installer/adapters/file.php|BitBucket]]
===Subpackage===
===Subpackage===
[[Subpackage Installer/11.1|Installer]]
[[Subpackage Installer/11.1|Installer]]
Line 36: Line 37:
<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]]
* [[JInstallerFile|Other versions of this class]]
* [[JInstallerFile|Other versions of this class]]
{{SeeAlso:JInstallerFile}}
{{SeeAlso:JInstallerFile}}

Revision as of 22:58, 23 April 2011

[Edit Descripton] Template:Description:JInstallerFile

Defined in

libraries/joomla/installer/adapters/file.php

Subpackage

Installer

Extends

JAdapterInstance

Extended by

Methods

Method name Description
install Custom install method.
loadLanguage Custom loadLanguage method.
refreshManifestCache Refreshes the extension table cache.
uninstall Custom uninstall method.
update Custom update method public.

Importing

jimport( 'joomla.installer.adapters.file' );

See also

Template:SeeAlso:JInstallerFile [Edit See Also]

Examples

<CodeExamplesForm />