diff options
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 |