API17

API17:JInstallerFile

From Joomla! Documentation

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