UserInformationService

Read onlyYes
FinalYes

Transform information of user and groups into better format

Internal

Table of Contents

Methods

__construct()  : mixed
getGroupInformation()  : array<string|int, mixed>
Get all relevant information for a backend usergroup
getUserInformation()  : array<string|int, mixed>
Get all relevant information of the user

Methods

getGroupInformation()

Get all relevant information for a backend usergroup

public getGroupInformation(int $groupId) : array<string|int, mixed>
Parameters
$groupId : int
Return values
array<string|int, mixed>

getUserInformation()

Get all relevant information of the user

public getUserInformation(int $userId) : array<string|int, mixed>
Parameters
$userId : int
Return values
array<string|int, mixed>

        
On this page

Search results