JInstaller::parseLanguages/1.5
From Joomla! Documentation
JInstaller::parseLanguages
Description
Method to parse through a languages element of the installation manifest and take appropriate action.
Description:JInstaller::parseLanguages [Edit Descripton]
public function parseLanguages ( $element $cid=0 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $element | object | The xml node to process | |
| $cid | int | 0 | Application ID of application to install to |
- Returns boolean True on success
- Defined on line 656 of libraries/joomla/installer/installer.php
- Since
See also
-
JInstaller::parseLanguages on api.joomla.org
-
JInstaller source code on JoomlaCode
-
Class JInstaller
-
Subpackage Installer
- Other versions of JInstaller::parseLanguages
SeeAlso:JInstaller::parseLanguages [Edit See Also]
User contributed notes
<CodeExamplesForm />