Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JInstallerLanguage

Description

Language installer

  • since: 1.5

Located in /joomla/installer/adapters/language.php (line 25)

Class JObject   (Subpackage Base)

Class JInstallerLanguage   (Subpackage Installer)
Method Summary
Constructor void __construct ( &$parent, object $parent)
Method boolean install ()
Method mixed uninstall (string $tag, int $clientId)
Method void _install ( $cname,  $basePath,  $clientId,  &$element)
Variables

Inherited Variables

Inherited from JObject

Variable JObject::$_errors
Methods
Constructor __construct (line 42)

Constructor

  • since: 1.5
  • access: protected
void __construct ( &$parent, object $parent)
  • object $parent: Parent object [JInstaller instance]
  • &$parent

Redefinition of:
JObject::__construct()
Class constructor, overridden in descendant classes.
install (line 54)

Custom install method

  • return: True on success
  • since: 1.5
  • access: public
boolean install ()
uninstall (line 208)

Custom uninstall method

  • return: Return value for uninstall method in component uninstall file
  • since: 1.5
  • access: public
mixed uninstall (string $tag, int $clientId)
  • string $tag: The tag of the language to uninstall
  • int $clientId: The id of the client (unused)
_install (line 107)
void _install ( $cname,  $basePath,  $clientId,  &$element)
  • $cname
  • $basePath
  • $clientId
  • &$element

Inherited Methods

Inherited From JObject

 JObject::JObject()
 JObject::__construct()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::getPublicProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::toString()
Support Joomla!