Priority extends Base
AbstractYes
Table of Contents
Constants
Methods
- getAll() : array<string|int, mixed>
- getMessage() : string|null
- getTitle() : string|null
Constants
AVERAGE
public
mixed
AVERAGE
= 1
HIGH
public
mixed
HIGH
= 2
LOW
public
mixed
LOW
= 0
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 $priority) : string|null
Parameters
- $priority : int
Return values
string|nullgetTitle()
public
static getTitle() : string|null