Horde_Prefs_Storage_Base::getParams PHP Method

getParams() public method

Get the list of driver parameters.
public getParams ( ) : array
return array Driver parameters.
    public function getParams()
    {
        return $this->_params;
    }