API17:JRegistry::exists
From Joomla! Documentation
JRegistry::exists
Description
Check if a registry path exists.
public function exists ($path)
Parameter | Type | Default | Description |
---|---|---|---|
$path | string | Registry path (e.g. joomla.content.showauthor) |
See also
JRegistry::exists source code on BitBucket
Class JRegistry
Subpackage Registry
- Other versions of JRegistry::exists
User contributed notes
Code Examples