JApplicationWeb::loadConfiguration
Load an object or array into the application configuration object.
Signature
public function loadConfiguration(mixed
$data )
Parameters
-
$data
- Either an array or object to be loaded into the configuration object.
Returns
- JApplicationWeb
- Instance of $this to allow chaining.