Roles
Table of Contents
-
CUSTOMER
= 'mphb_customer'
-
MANAGER
= 'mphb_manager'
-
VERSION
= 3
-
WORKER
= 'mphb_worker'
-
$roles
: array<string|int, mixed>
-
__construct()
: mixed
-
fillRoles()
: mixed
-
getCurrentVersion()
: int
-
getRoles()
: array<string|int, mixed>
CUSTOMER
public
mixed
CUSTOMER
= 'mphb_customer'
MANAGER
public
mixed
MANAGER
= 'mphb_manager'
VERSION
public
mixed
VERSION
= 3
WORKER
public
mixed
WORKER
= 'mphb_worker'
$roles
public
array<string|int, mixed>
$roles
= array()
__construct()
public
__construct() : mixed
Return values
mixed
—
fillRoles()
public
fillRoles() : mixed
-
since
-
4.2.0
Return values
mixed
—
getCurrentVersion()
public
static getCurrentVersion() : int
Return values
int
—
getRoles()
public
getRoles() : array<string|int, mixed>
Return values
array<string|int, mixed>
—