Documentation

Group
in package

Table of Contents

Methods

__construct()  : mixed
addUser()  : void
delete()  : void
delete an existing group (if the user has the permission to do so)
getDescription()  : string
getDisplayName()  : string
getGroupTypes()  : array<int, string>
getId()  : string
getMembers()  : array<int, User>
removeUser()  : void
Remove an existing user from the current group
rename()  : bool
Rename group

Methods

__construct()

public __construct(Group $openApiGroup, string $serviceUrl, array<string|int, mixed> $connectionConfig, string &$accessToken) : mixed
Parameters
$openApiGroup : Group
$serviceUrl : string
$connectionConfig : array<string|int, mixed>
$accessToken : string

getDescription()

public getDescription() : string
Return values
string

getDisplayName()

public getDisplayName() : string
Return values
string

getGroupTypes()

public getGroupTypes() : array<int, string>
Return values
array<int, string>

getId()

public getId() : string
Return values
string

getMembers()

public getMembers() : array<int, User>
Return values
array<int, User>

        
On this page

Search results