API16:JRegistry/ construct
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.
Contents |
Description
Constructor
Description:JRegistry/ construct
Syntax
__construct($namespace= '_default')
| Parameter Name | Default Value | Description |
|---|---|---|
| $namespace | '_default' | Default registry namespace |
Returns
void
Defined in
libraries/joomla/registry/registry.php
Importing
jimport( 'joomla.registry.registry' );
Source Body
public function __construct($namespace = '_default') { $this->_defaultNameSpace = $namespace; $this->makeNameSpace($namespace); }
[Edit See Also] SeeAlso:JRegistry/ construct
Examples
<CodeExamplesForm />
