API17

Difference between revisions of "JRegistry::getInstance"

From Joomla! Documentation

m (JoomlaWikiBot moved page JRegistry::getInstance/11.1 to API17:JRegistry::getInstance without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 28: Line 28:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRegistry::getInstance source code''' on [[jplatform:registry/registry.php#cl-157|BitBucket]]
 
* {{JVer|11.1}} '''JRegistry::getInstance source code''' on [[jplatform:registry/registry.php#cl-157|BitBucket]]
* {{JVer|11.1}} Class [[JRegistry/11.1|JRegistry]]
+
* {{JVer|11.1}} Class [[API17:JRegistry|JRegistry]]
* {{JVer|11.1}} Subpackage [[Subpackage_Registry/11.1|Registry]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]]
* [[JRegistry::getInstance|Other versions of JRegistry::getInstance]]
+
* [[API17:JRegistry::getInstance|Other versions of JRegistry::getInstance]]
 
{{SeeAlso:JRegistry::getInstance}}
 
{{SeeAlso:JRegistry::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 46: Line 46:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistry]][[Category:JRegistry::getInstance]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:21, 11 May 2013

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 JRegistry::getInstance[edit]

Description[edit]

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

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

public static function getInstance ($id)
Parameter Type Default Description
$id
  • Returns
  • Defined on line 165 of libraries/joomla/registry/registry.php

See also[edit]

Template:SeeAlso:JRegistry::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />