API17:JInstaller::parseLanguages
From Joomla! Documentation
JInstaller::parseLanguages
Description
Method to parse through a languages element of the installation manifest and take appropriate action.
public function parseLanguages (
$element
$cid=0
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | The xml node to process | ||
| $cid | int | 0 | Application ID of application to install to |
- Returns boolean True on success
- Defined on line 1082 of libraries/joomla/installer/installer.php
- Since

See also
JInstaller::parseLanguages source code on BitBucket
Class JInstaller
Subpackage Installer- Other versions of JInstaller::parseLanguages
User contributed notes
Code Examples