}
/**
+ * Retrieves the requested preferences scope from the storage backend.
+ *
+ * @param Horde_Prefs_Scope $scope_ob The scope object.
+ *
+ * @return Horde_Prefs_Scope The modified scope object.
+ * @throws Horde_Prefs_Exception
*/
public function get($scope_ob)
{
}
/**
+ * Stores changed preferences in the storage backend.
+ *
+ * @param Horde_Prefs_Scope $scope_ob The scope object.
+ *
+ * @throws Horde_Prefs_Exception
*/
public function store($scope_ob)
{
}
/**
+ * Removes preferences from the backend.
+ *
+ * @param string $scope The scope of the prefs to clear. If null, clears
+ * all scopes.
+ * @param string $pref The pref to clear. If null, clears the entire
+ * scope.
+ *
+ * @throws Horde_Db_Exception
*/
public function remove($scope = null, $pref = null)
{