JApplication::getCfg
Gets a configuration value.
An example is in application/japplication-getcfg.php Getting a configuration
Signature
public function getCfg(string
$varname,
[string
$default = null] )
Parameters
-
$varname
- The name of the value to get.
-
$default
- Default value to return
Returns
- mixed
- The user state.