API17

Difference between revisions of "JRegistry:: clone"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (→‎See also: moving preparation)
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRegistry::__clone source code''' on [[jplatform:registry/registry.php#cl-46|BitBucket]]
 
* {{JVer|11.1}} '''JRegistry::__clone source code''' on [[jplatform:registry/registry.php#cl-46|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::__clone|Other versions of JRegistry::__clone]]
+
* [[API17:JRegistry::__clone|Other versions of JRegistry::__clone]]
 
{{SeeAlso:JRegistry::__clone}}
 
{{SeeAlso:JRegistry::__clone}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 33: Line 33:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistry]][[Category:JRegistry::__clone]]</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::__clone[edit]

Description[edit]

Magic function to clone the registry object.

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

public function __clone ()
  • Returns
  • Defined on line 54 of libraries/joomla/registry/registry.php

See also[edit]

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

User contributed notes[edit]

<CodeExamplesForm />