AppointmentStatus
in package
Table of Contents
- ASSIGNED_AWAITING = 'assigned-awaiting'
- PASSED = 'passed'
- getStatuses() : array<string|int, mixed>
- getStatusName() : string
Constants
ASSIGNED_AWAITING
public
mixed
ASSIGNED_AWAITING
= 'assigned-awaiting'
PASSED
public
mixed
PASSED
= 'passed'
Methods
getStatuses()
public
static getStatuses() : array<string|int, mixed>
Return values
array<string|int, mixed> —getStatusName()
public
static getStatusName(string $status) : string
Parameters
- $status : string