Pimcore\View::_getParam PHP Method

_getParam() public method

public _getParam ( $key, null $default = null ) : mixed
$key
$default null
return mixed
    public function _getParam($key, $default = null)
    {
        return $this->getParam($key, $default);
    }