API17

API17:JLanguage:: construct

From Joomla! Documentation

Joomla 11.1 JLanguage::__construct

Description

Constructor activating the default information of the language.


public function __construct (
        $lang=null
        $debug=false
)
Parameter Type Default Description
$lang null
$debug false
  • Returns
  • Defined on line 181 of libraries/joomla/language/language.php

See also


User contributed notes

Code Examples