API17:JRegistryFormat::getInstance
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 30: | Line 30: | ||
object Registry format handler | object Registry format handler | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/registry/format.php | + | libraries/joomla/registry/format.php (line 32) |
| + | * see source code in [[jplatform:registry/format.php#cl-32|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JRegistry | + | * [[JRegistry::loadString/11.1|JRegistry::loadString]] |
| − | * [[JRegistryFormatJson | + | * [[JRegistryFormatJson::stringToObject/11.1|JRegistryFormatJson::stringToObject]] |
| − | * [[JRegistry | + | * [[JRegistry::toString/11.1|JRegistry::toString]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:07, 23 April 2011
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.
JRegistryFormat::getInstance
Description
Returns a reference to a Format object, only creating it if it doesn't already exist.
Description:JRegistryFormat::getInstance [Edit Descripton]
Since
Synopsis
public static JRegistryFormat::getInstance ($type)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type |
Returns
object Registry format handler
Defined in
libraries/joomla/registry/format.php (line 32)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JRegistryFormat::getInstance
Examples
<CodeExamplesForm />
