PermissionVariablesDictionary
Table of Contents
Constants
- VARIABLE_ALL = 30
- VARIABLE_NONE = 0
- VARIABLE_SELF_DEPARTMENTS = 10
- VARIABLE_SELF_DEPARTMENTS_SUB_DEPARTMENTS = 20
Methods
- getVariables() : array<int, array{id: self::VARIABLE_*, title: string|null}>
- returns variables for permissions with prepared options
Constants
VARIABLE_ALL
public
mixed
VARIABLE_ALL
= 30
VARIABLE_NONE
public
mixed
VARIABLE_NONE
= 0
VARIABLE_SELF_DEPARTMENTS
public
mixed
VARIABLE_SELF_DEPARTMENTS
= 10
VARIABLE_SELF_DEPARTMENTS_SUB_DEPARTMENTS
public
mixed
VARIABLE_SELF_DEPARTMENTS_SUB_DEPARTMENTS
= 20
Methods
getVariables()
returns variables for permissions with prepared options
public
static getVariables() : array<int, array{id: self::VARIABLE_*, title: string|null}>