API17

API17:JInstallerTemplate

From Joomla! Documentation

Joomla 11.1 JInstallerTemplate

Description

Methods

Visibility Method name Description
public discover Discover existing but uninstalled templates.
public discover_install Discover_install Perform an install for a discovered extension.
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 for components.
  • Defined in libraries/joomla/installer/adapters/template.php
  • Extends JAdapterInstance

Importing

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

See also


User contributed notes

Code Examples