API17

API17:JInstaller::parseLanguages

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples