Status extends Base
AbstractYes
Table of Contents
Constants
- COMPLETED = 5
- DECLINED = 7
- DEFERRED = 6
- IN_PROGRESS = 3
- NEW = 1
- PENDING = 2
- SUPPOSEDLY_COMPLETED = 4
Methods
- getAll() : array<string|int, mixed>
- getMessage() : string|null
- getTitle() : string|null
Constants
COMPLETED
public
mixed
COMPLETED
= 5
DECLINED
public
mixed
DECLINED
= 7
DEFERRED
public
mixed
DEFERRED
= 6
IN_PROGRESS
public
mixed
IN_PROGRESS
= 3
NEW
public
mixed
NEW
= 1
PENDING
public
mixed
PENDING
= 2
SUPPOSEDLY_COMPLETED
public
mixed
SUPPOSEDLY_COMPLETED
= 4
Methods
getAll()
public
static getAll([bool $asStrings = false ]) : array<string|int, mixed>
Parameters
- $asStrings : bool = false
Return values
array<string|int, mixed>getMessage()
public
static getMessage(int $status) : string|null
Parameters
- $status : int
Return values
string|nullgetTitle()
public
static getTitle() : string|null