Roles
in package

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>

Constants

CUSTOMER

public mixed CUSTOMER = 'mphb_customer'

MANAGER

public mixed MANAGER = 'mphb_manager'

VERSION

public mixed VERSION = 3

WORKER

public mixed WORKER = 'mphb_worker'

Properties

$roles

public array<string|int, mixed> $roles = array()

Methods

__construct()

public __construct() : mixed
Return values
mixed

fillRoles()

public fillRoles() : mixed
Tags
since
4.2.0
  • Hotel Customer role
Return values
mixed

getCurrentVersion()

public static getCurrentVersion() : int
Return values
int

getRoles()

public getRoles() : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results