MessageStatus
Table of Contents
Constants
- ACCEPTED = 10
- DEFERRED = 3
- DELIVERED = 14
- ERROR = 1
- EXCEPTION = 2
- FAILED = 16
- PENDING = 0
- QUEUED = 11
- READ = 17
- SEMANTIC_FAILURE = 'failure'
- SEMANTIC_PROCESS = 'process'
- SEMANTIC_SUCCESS = 'success'
- SENDING = 12
- SENT = 13
- UNDELIVERED = 15
- UNKNOWN = 64
Methods
- getDescriptions() : array<string|int, mixed>
- getSemantics() : array<string|int, mixed>
Constants
ACCEPTED
public
mixed
ACCEPTED
= 10
DEFERRED
public
mixed
DEFERRED
= 3
DELIVERED
public
mixed
DELIVERED
= 14
ERROR
public
mixed
ERROR
= 1
EXCEPTION
public
mixed
EXCEPTION
= 2
FAILED
public
mixed
FAILED
= 16
PENDING
public
mixed
PENDING
= 0
QUEUED
public
mixed
QUEUED
= 11
READ
public
mixed
READ
= 17
SEMANTIC_FAILURE
public
mixed
SEMANTIC_FAILURE
= 'failure'
SEMANTIC_PROCESS
public
mixed
SEMANTIC_PROCESS
= 'process'
SEMANTIC_SUCCESS
public
mixed
SEMANTIC_SUCCESS
= 'success'
SENDING
public
mixed
SENDING
= 12
SENT
public
mixed
SENT
= 13
UNDELIVERED
public
mixed
UNDELIVERED
= 15
UNKNOWN
public
mixed
UNKNOWN
= 64
Methods
getDescriptions()
public
static getDescriptions([string|null $language = null ]) : array<string|int, mixed>
Parameters
- $language : string|null = null
Return values
array<string|int, mixed>getSemantics()
public
static getSemantics() : array<string|int, mixed>