API17:JRegistry::get
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.
JRegistry::get
Description
Get a registry value.
Description:JRegistry::get [Edit Descripton]
public function get ( $path $default=null )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Registry path (e.g. joomla.content.showauthor) | |
| $default | mixed | null | Optional default value, returned if the internal value is null. |
- Returns mixed Value of entry or null
- Defined on line 122 of libraries/joomla/registry/registry.php
- Since
See also
-
JRegistry::get source code on BitBucket
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::get
SeeAlso:JRegistry::get [Edit See Also]
User contributed notes
<CodeExamplesForm />
