UserManager
FinalYes
Table of Contents
Constants
- SORT_APH = ['NAME' => 'ASC']
- SORT_INVITATION = ['INVITATION_DATE_SORT' => 'DESC']
- SORT_INVITED = ['INVITED_SORT' => 'ASC']
- SORT_STRUCTURE = ['STRUCTURE_SORT' => 'DESC']
- SORT_WAITING_CONFIRMATION = ['WAITING_CONFIRMATION_SORT' => 'ASC']
Methods
- __construct() : mixed
- getDefaultFilterPresetById() : FilterPreset|null
- getDefaultFilterPresets() : array<string|int, FilterPreset>
- getFilterPresets() : array<string|int, mixed>
- getList() : array<string|int, mixed>
Constants
SORT_APH
public
mixed
SORT_APH
= ['NAME' => 'ASC']
SORT_INVITATION
public
mixed
SORT_INVITATION
= ['INVITATION_DATE_SORT' => 'DESC']
SORT_INVITED
public
mixed
SORT_INVITED
= ['INVITED_SORT' => 'ASC']
SORT_STRUCTURE
public
mixed
SORT_STRUCTURE
= ['STRUCTURE_SORT' => 'DESC']
SORT_WAITING_CONFIRMATION
public
mixed
SORT_WAITING_CONFIRMATION
= ['WAITING_CONFIRMATION_SORT' => 'ASC']
Methods
__construct()
public
__construct(string $filterId[, array<string|int, mixed> $additionalPresets = [] ]) : mixed
Parameters
- $filterId : string
-
ID of filter for getting last saved filter preset
- $additionalPresets : array<string|int, mixed> = []
getDefaultFilterPresetById()
public
getDefaultFilterPresetById(string $presetId) : FilterPreset|null
Parameters
- $presetId : string
Return values
FilterPreset|nullgetDefaultFilterPresets()
public
getDefaultFilterPresets() : array<string|int, FilterPreset>
Return values
array<string|int, FilterPreset>getFilterPresets()
public
getFilterPresets() : array<string|int, mixed>
Return values
array<string|int, mixed>getList()
public
getList([array<string|int, mixed> $params = [] ][, string|null $presetId = null ][, string|null $search = null ]) : array<string|int, mixed>
Parameters
- $params : array<string|int, mixed> = []
-
Array of getList params
- $presetId : string|null = null
- $search : string|null = null