API17:JLanguage::hasKey
From Joomla! Documentation
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::hasKey
Description
Determines is a key exists.
Description:JLanguage::hasKey [Edit Descripton]
public function hasKey ($string)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $string | key | $key The key to check |
- Returns boolean True, if the key exists
- Defined on line 987 of libraries/joomla/language/language.php
- Since
See also
-
JLanguage::hasKey source code on BitBucket
-
Class JLanguage
-
Subpackage Language
- Other versions of JLanguage::hasKey
SeeAlso:JLanguage::hasKey [Edit See Also]
User contributed notes
<CodeExamplesForm />
