Permission
extends Enum
in package
Contains enumerable Permission values
Table of Contents
Constants
- FULL_CONTROL = 'FULL_CONTROL'
- READ = 'READ'
- READ_ACP = 'READ_ACP'
- WRITE = 'WRITE'
- WRITE_ACP = 'WRITE_ACP'
Properties
- $cache : array<string|int, mixed>
Methods
- keys() : array<string|int, mixed>
- Returns the names (or keys) of all of constants in the enum
- values() : array<string|int, mixed>
- Return the names and values of all the constants in the enum
Constants
FULL_CONTROL
public
mixed
FULL_CONTROL
= 'FULL_CONTROL'
READ
public
mixed
READ
= 'READ'
READ_ACP
public
mixed
READ_ACP
= 'READ_ACP'
WRITE
public
mixed
WRITE
= 'WRITE'
WRITE_ACP
public
mixed
WRITE_ACP
= 'WRITE_ACP'
Properties
$cache
protected
static array<string|int, mixed>
$cache
= array()
A cache of all enum values to increase performance
Methods
keys()
Returns the names (or keys) of all of constants in the enum
public
static keys() : array<string|int, mixed>
Return values
array<string|int, mixed>values()
Return the names and values of all the constants in the enum
public
static values() : array<string|int, mixed>