API17:JRegistryFormat::getInstance
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRegistryFormat::getInstance|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRegistryFormat::getInstance|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getInstance ($type) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 27: | Line 24: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' object Registry format handler | |
| − | object Registry format handler | + | * '''Defined''' on line 32 of libraries/joomla/registry/format.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/registry/format.php | + | * '''Referenced by''' |
| − | + | ** [[JRegistry::loadString/11.1|JRegistry::loadString]] | |
| − | * [[JRegistry | + | ** [[JRegistryFormatJson::stringToObject/11.1|JRegistryFormatJson::stringToObject]] |
| − | * [[JRegistryFormatJson | + | ** [[JRegistry::toString/11.1|JRegistry::toString]] |
| − | * [[JRegistry | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRegistryFormat::getInstance source code''' on [[jplatform:registry/format.php#cl-24|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRegistryFormat/11.1|JRegistryFormat]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]] | ||
| + | * [[JRegistryFormat::getInstance|Other versions of JRegistryFormat::getInstance]] | ||
| + | {{SeeAlso:JRegistryFormat::getInstance}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormat::getInstance|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRegistryFormat::getInstance|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 50: | Line 48: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRegistryFormat]][[Category:JRegistryFormat::getInstance]]</noinclude> | <noinclude>[[Category:JRegistryFormat]][[Category:JRegistryFormat::getInstance]]</noinclude> | ||
Revision as of 21:31, 27 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]
public static function getInstance ($type)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type |
- Returns object Registry format handler
- Defined on line 32 of libraries/joomla/registry/format.php
- Since
- Referenced by
See also
-
JRegistryFormat::getInstance source code on BitBucket
-
Class JRegistryFormat
-
Subpackage Registry
- Other versions of JRegistryFormat::getInstance
SeeAlso:JRegistryFormat::getInstance [Edit See Also]
User contributed notes
<CodeExamplesForm />
