mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Just like for the user backends the group backends should also be properly done using interfaces. This adds the interfaces and abstract class to get started Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |
||
|---|---|---|
| .. | ||
| ABackend.php | ||
| IAddToGroupBackend.php | ||
| ICountUsersBackend.php | ||
| ICreateGroupBackend.php | ||
| IDeleteGroupBackend.php | ||
| IGroupDetailsBackend.php | ||
| IIsAdminBackend.php | ||
| IRemoveFromGroupBackend.php | ||