API17:JLanguage::get
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JLanguage::get== | =={{JVer|11.1}} JLanguage::get== | ||
===Description=== | ===Description=== | ||
| − | Get a | + | Get a metadata language property. |
{{Description:JLanguage::get}} | {{Description:JLanguage::get}} | ||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JLanguage::get|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JLanguage::get|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function get ( |
| + | $property | ||
| + | $default=null | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 29: | Line 29: | ||
|mixed | |mixed | ||
|null | |null | ||
| − | |The default value | + | |The default value |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' mixed The value of the property | |
| − | mixed The value of the property | + | * '''Defined''' on line 798 of libraries/joomla/language/language.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/language/language.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JLanguage::get source code''' on [[jplatform:language/language.php#cl-790|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JLanguage/11.1|JLanguage]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Language/11.1|Language]] | ||
| + | * [[JLanguage::get|Other versions of JLanguage::get]] | ||
| + | {{SeeAlso:JLanguage::get}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JLanguage::get|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JLanguage::get|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 52: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JLanguage]][[Category:JLanguage::get]]</noinclude> | <noinclude>[[Category:JLanguage]][[Category:JLanguage::get]]</noinclude> | ||
Revision as of 21:17, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JLanguage::get
Description
Get a metadata 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 798 of libraries/joomla/language/language.php
- Since
See also
-
JLanguage::get source code on BitBucket
-
Class JLanguage
-
Subpackage Language
- Other versions of JLanguage::get
SeeAlso:JLanguage::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
