FOF30\Params\Params::get PHP Method

get() public method

Returns the value of a component configuration parameter
public get ( string $key, mixed $default = null ) : mixed
$key string The parameter to get
$default mixed Default value
return mixed
    public function get($key, $default = null)
    {
        return $this->params->get($key, $default);
    }