mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04: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 | ||