Horde_Prefs_Storage_Base::remove PHP Method

remove() abstract public method

Removes preferences from the backend.
abstract public remove ( string $scope = null, string $pref = null )
$scope string The scope of the prefs to clear. If null, clears all scopes.
$pref string The pref to clear. If null, clears the entire scope.
    public abstract function remove($scope = null, $pref = null);