JFactory::getConfig
Get a configuration object
Returns the global object, only creating it if it doesn't already exist.
Signature
public function getConfig([string
$file = null,
[string
$type = 'PHP',
[string
$namespace = '']]] )
Parameters
-
$file
- The path to the configuration file
-
$type
- The type of the configuration file
-
$namespace
- The namespace of the configuration file
Returns
- JRegistry