JInstallerLanguage
Description
Language installer
Located in /joomla/installer/adapters/language.php (line 25)
JObject (Subpackage Base)
![]()
JInstallerLanguage (Subpackage Installer)
Method Summary
Variables
Methods
Constructor
void
__construct
( &$parent, object $parent)
- object $parent: Parent object [JInstaller instance]
- &$parent
Redefinition of:
- JObject::__construct()
- Class constructor, overridden in descendant classes.
Custom uninstall method
mixed
uninstall
(string $tag, int $clientId)
- string $tag: The tag of the language to uninstall
- int $clientId: The id of the client (unused)
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()




