}
/**
+ * Return the storage driver.
+ *
+ * @return Horde_Prefs_Storage_Base The storage driver.
+ */
+ public function getStorage()
+ {
+ return $this->_storage;
+ }
+
+ /**
* Removes a preference entry from the $prefs hash.
*
* @param string $pref The name of the preference to remove.
}
/**
+ * Get the list of driver parameters.
+ *
+ * @return array Driver parameters.
+ */
+ public function getParams()
+ {
+ return $this->_params;
+ }
+
+ /**
* Retrieves the requested preferences scope from the storage backend.
*
* @param Horde_Prefs_Scope $scope_ob The scope object.