API17

API17:JLanguage::hasKey

From Joomla! Documentation

Revision as of 23:54, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JLanguage::hasKey

Description

Determines is a key exists.

Template:Description:JLanguage::hasKey [Edit Descripton]

Since

Joomla 11.1

Synopsis

public  JLanguage->hasKey ($string)
Parameter Type Default Description
$string key $key The key to check

Returns

boolean True, if the key exists

Defined in

libraries/joomla/language/language.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JLanguage::hasKey

Examples

<CodeExamplesForm />