Horde_Prefs_Storage_Base::get PHP Method

get() abstract public method

Retrieves the requested preferences scope from the storage backend.
abstract public get ( Horde_Prefs_Scope $scope_ob ) : Horde_Prefs_Scope
$scope_ob Horde_Prefs_Scope The scope object.
return Horde_Prefs_Scope The modified scope object.
    public abstract function get($scope_ob);