API17

JDocument::getLanguage: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Returns the document language.  
Returns the document language.  


{{subst:Description:JDocument::getLanguage}}
 


<source lang="php">
<source lang="php">
Line 16: Line 16:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Document|Document]]
* [[API17:JDocument::getLanguage|Other versions of JDocument::getLanguage]]
* [[API17:JDocument::getLanguage|Other versions of JDocument::getLanguage]]
{{subst:SeeAlso:JDocument::getLanguage}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDocument::getLanguage
category=JDocument::getLanguage
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*

Latest revision as of 02:51, 25 March 2017

Joomla 11.1 JDocument::getLanguage

Description

Returns the document language.


public function getLanguage ()
  • Returns string
  • Defined on line 487 of libraries/joomla/document/document.php

See also


User contributed notes

Code Examples