API16:JInstallerFile
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JInstallerFile}}
===Define...) |
|||
| 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> | ||
Latest revision as of 05:02, 30 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JInstallerFile
Contents |
[edit] Defined in
libraries/joomla/installer/adapters/file.php
[edit] 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 |
[edit] Importing
jimport( 'joomla.installer.adapters.file' );
[Edit See Also] SeeAlso:JInstallerFile
[edit] Examples
<CodeExamplesForm />
