API17

JInstallerLanguage

From Joomla! Documentation

Revision as of 18:05, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JInstallerLanguage[edit]

Description[edit]

Template:Description:JInstallerLanguage [Edit Descripton]

Methods[edit]

Visibility Method name Description
public discover Custom discover method Finds language files.
public discover_install Custom discover install method Basically updates the manifest cache and leaves everything alone.
public install Custom install method Note: This behaves badly due to hacks made in the middle of 1.5.x to add the ability to install multiple distinct packs in one install.
public refreshManifestCache Refreshes the extension table cache.
public uninstall Custom uninstall method.
public update Custom update method.
protected _install Install function that is designed to handle individual clients.
  • Defined in libraries/joomla/installer/adapters/language.php
  • Extends JAdapterInstance

Importing[edit]

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

See also[edit]

Template:SeeAlso:JInstallerLanguage [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />