API16

JInstallerFile: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JInstallerFile}} ===Define...
 
Doxiki (talk | contribs)
No edit summary
Line 32: Line 32:
|function used to populate files and folder list
|function used to populate files and folder list
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.installer.adapters.file' );</source>
<source lang="php">jimport( 'joomla.installer.adapters.file' );</source>

Revision as of 10:02, 30 March 2010

[Edit Descripton] Template:Description:JInstallerFile

Defined in

libraries/joomla/installer/adapters/file.php

Methods

Method name Description
loadLanguage Custom loadLanguage method
install Custom install method
update Custom update method public boolean True on success

1.5

uninstall Custom uninstall method
extensionExistsInSystem function used to check if extension is already installed
populateFilesAndFolderList function used to populate files and folder list

Importing

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

[Edit See Also] Template:SeeAlso:JInstallerFile

Examples

<CodeExamplesForm />