API17

Difference between revisions of "JLanguage:: construct"

From Joomla! Documentation

(Layout updates)
m (preparing for archive only)
 
(5 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Constructor activating the default information of the language.  
 
Constructor activating the default information of the language.  
  
{{Description:JLanguage::__construct}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JLanguage::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JLanguage::__construct ($lang=null, $debug=false)
+
public function __construct (
 +
        $lang=null
 +
        $debug=false
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 30:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 +
* '''Defined''' on line 181 of libraries/joomla/language/language.php
 +
===See also===
 +
* {{JVer|11.1}} '''JLanguage::__construct source code''' on [[jplatform:language/language.php#cl-173|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JLanguage|JLanguage]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Language|Language]]
 +
* [[API17:JLanguage::__construct|Other versions of JLanguage::__construct]]
  
===Defined in===
+
 
libraries/joomla/language/language.php (line 181)
+
===User contributed notes===
* see source code in [[jplatform:language/language.php#cl-181|BitBucket]]
+
=== Code Examples ===
===Referenced by===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JLanguage::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JLanguage/11.1|JLanguage]]
 
* [[JLanguage::__construct|Other versions of this method]]
 
{{SeeAlso:JLanguage::__construct}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JLanguage::__construct
 
category=JLanguage::__construct
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JLanguage]][[Category:JLanguage::__construct]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:21, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JLanguage::__construct[edit]

Description[edit]

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[edit]


User contributed notes[edit]

Code Examples[edit]