Nextcloud PHP API (master)

ABackend
in package
implements GroupInterface, IBatchMethodsBackend

AbstractYes
Tags
since
14.0.0

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
since
28.0.0
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
since
28.0.0
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

Tags
deprecated
14.0.0
since
14.0.0
Return values
bool

        
On this page

Search results