API17

Difference between revisions of "JRegistryFormat::getInstance"

From Joomla! Documentation

(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/loadString/11.1|JRegistry::loadString]]
+
* [[JRegistry::loadString/11.1|JRegistry::loadString]]
* [[JRegistryFormatJson/stringToObject/11.1|JRegistryFormatJson::stringToObject]]
+
* [[JRegistryFormatJson::stringToObject/11.1|JRegistryFormatJson::stringToObject]]
* [[JRegistry/toString/11.1|JRegistry::toString]]
+
* [[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

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRegistryFormat::getInstance[edit]

Description[edit]

Returns a reference to a Format object, only creating it if it doesn't already exist.

Template:Description:JRegistryFormat::getInstance [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JRegistryFormat::getInstance ($type)
Parameter Type Default Description
$type

Returns[edit]

object Registry format handler

Defined in[edit]

libraries/joomla/registry/format.php (line 32)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JRegistryFormat::getInstance

Examples[edit]

<CodeExamplesForm />