diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-04-17 01:04:23 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-04-17 01:04:23 +0200 |
commit | c4287162c4fb16e5b85a103aabbbbe7a7eebe4c7 (patch) | |
tree | 40ce06b0efc339956b7f5c117e87827cd094ce10 /lib/Group/backend.php | |
parent | b129079bed8ebd1b5051dabe15eccdc17bf4b403 (diff) | |
download | nextcloud-server-c4287162c4fb16e5b85a103aabbbbe7a7eebe4c7.tar.gz nextcloud-server-c4287162c4fb16e5b85a103aabbbbe7a7eebe4c7.zip |
Some work on the fancy user management
Diffstat (limited to 'lib/Group/backend.php')
-rw-r--r-- | lib/Group/backend.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Group/backend.php b/lib/Group/backend.php index f34c340be8c..c3f208157e4 100644 --- a/lib/Group/backend.php +++ b/lib/Group/backend.php @@ -36,6 +36,13 @@ abstract class OC_GROUP_BACKEND { public static function createGroup($groupName){} /** + * Try to delete Group + * + * @param string $groupName The name of the group to delete + */ + public static function deleteGroup($groupName){} + + /** * Check if a user belongs to a group * * @param string $username Name of the user to check |