FOFConfigProvider::get
Returns the value of a variable. Variables use a dot notation, e.g.
view.config.whatever where the first part is the domain, the rest of the parts specify the path to the variable.
Signature
public function get(string
$variable,
[mixed
$default = null] )
Parameters
-
$variable
- The variable name
-
$default
- The default value, or null if not specified
Returns
- mixed
- The value of the variable