JApplicationWeb::get
Returns a property of the object or the default value if the property is not set.
Signature
public function get(string
$key,
[mixed
$default = null] )
Parameters
-
$key
- The name of the property.
-
$default
- The default value (optional) if none is set.
Returns
- mixed
- The value of the configuration.