API16

API16:JRegistry/getNameSpaces

From Joomla! Documentation

Description

Get the list of namespaces



Syntax

getNameSpaces()


Returns

array List of namespaces

Defined in

libraries/joomla/registry/registry.php

Importing

jimport( 'joomla.registry.registry' );

Source Body

public function getNameSpaces()
{
        return array_keys($this->_registry);
}



Examples

Code Examples