WorkgroupFavorites
Table of Contents
Constants
- AVAILABLE_VALUES = ['Y', 'N']
Methods
- delete() : bool
- Deletes a worgroup GROUP_ID from a favorites list of a user USER_ID
- set() : bool
- Adds/deletes a worgroup GROUP_ID to/from a favorites list of a user USER_ID
Constants
AVAILABLE_VALUES
public
mixed
AVAILABLE_VALUES
= ['Y', 'N']
Methods
delete()
Deletes a worgroup GROUP_ID from a favorites list of a user USER_ID
public
static delete(array<string|int, mixed> $params) : bool
Parameters
- $params : array<string|int, mixed>
Return values
boolset()
Adds/deletes a worgroup GROUP_ID to/from a favorites list of a user USER_ID
public
static set([array<string|int, mixed> $params = [] ]) : bool
Parameters
- $params : array<string|int, mixed> = []