API17

JInstallerLanguage

From Joomla! Documentation

Revision as of 21:01, 11 May 2013 by JoomlaWikiBot (talk | contribs) (moving preparation)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 />