JLanguage::get/1.5
From Joomla! Documentation
JLanguage::get
Description
Get a matadata language property.
Description:JLanguage::get [Edit Descripton]
public function get ( $property $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $property | string | The name of the property | |
| $default | mixed | null | The default value |
- Returns mixed The value of the property
- Defined on line 378 of libraries/joomla/language/language.php
- Since
See also
-
JLanguage::get on api.joomla.org
-
JLanguage source code on JoomlaCode
-
Class JLanguage
-
Subpackage Language
- Other versions of JLanguage::get
SeeAlso:JLanguage::get [Edit See Also]
User contributed notes
<CodeExamplesForm />