API17:JLanguage:: construct
From Joomla! Documentation
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
JLanguage::__construct source code on BitBucket
Class JLanguage
Subpackage Language- Other versions of JLanguage::__construct
User contributed notes
Code Examples