ABackend
in package
implements
GroupInterface, IBatchMethodsBackend
AbstractYes
Tags
Table of Contents
Interfaces
- GroupInterface
- TODO actually this is a IGroupBackend
- IBatchMethodsBackend
Methods
- getGroupsDetails() : array<string, array{displayName?: string}>
- groupsExists() : array<int, string>
- implementsActions() : bool
- Check if backend implements actions
Methods
getGroupsDetails()
public
getGroupsDetails(array<string|int, mixed> $gids) : array<string, array{displayName?: string}>
Parameters
- $gids : array<string|int, mixed>
Tags
Return values
array<string, array{displayName?: string}>groupsExists()
public
groupsExists(array<string|int, mixed> $gids) : array<int, string>
Parameters
- $gids : array<string|int, mixed>
Tags
Return values
array<int, string> —the list of group that exists
implementsActions()
Check if backend implements actions
public
implementsActions(int $actions) : bool
Parameters
- $actions : int
-
The action to check for