API17

Difference between revisions of "JRegistry::getNameSpaces"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Get the list of namespaces.  
 
Get the list of namespaces.  
  
{{Description:JRegistry::getNameSpaces}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JRegistry::getNameSpaces|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JRegistry->getNameSpaces ()
+
public function getNameSpaces ()
 
</source>
 
</source>
===Returns===
+
* '''Returns''' array List of namespaces
array List of namespaces
+
* '''Defined''' on line 458 of libraries/joomla/registry/registry.php
===Defined in===
 
libraries/joomla/registry/registry.php
 
===Referenced by===
 
 
===See also===
 
===See also===
<span class="editsection" style="font-size:76%;">
+
* {{JVer|11.1}} '''JRegistry::getNameSpaces source code''' on [[jplatform:registry/registry.php#cl-450|BitBucket]]
<nowiki>[</nowiki>[[SeeAlso:JRegistry::getNameSpaces|Edit See Also]]<nowiki>]</nowiki>
+
* {{JVer|11.1}} Class [[API17:JRegistry|JRegistry]]
</span>
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Registry|Registry]]
* [[JRegistry/11.1|JRegistry]]
+
* [[API17:JRegistry::getNameSpaces|Other versions of JRegistry::getNameSpaces]]
* [[JRegistry::getNameSpaces|Other versions of this method]]
+
 
{{SeeAlso:JRegistry::getNameSpaces}}
+
 
===Examples===
+
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JRegistry::getNameSpaces
 
category=JRegistry::getNameSpaces
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRegistry]][[Category:JRegistry::getNameSpaces]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:34, 24 March 2017

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

Description[edit]

Get the list of namespaces.


public function getNameSpaces ()
  • Returns array List of namespaces
  • Defined on line 458 of libraries/joomla/registry/registry.php

See also[edit]


User contributed notes[edit]

Code Examples[edit]