MessageStatus
Table of Contents
Constants
-
CODE_DELIVERED
= 'delivered'
-
CODE_FAILED
= 'failed'
-
CODE_READ
= 'read'
-
CODE_SENDING
= 'sending'
-
CODE_SENT
= 'sent'
-
SEMANTIC_FAILURE
= 'failure'
-
SEMANTIC_SUCCESS
= 'success'
Methods
-
__construct()
: mixed
-
delivered()
: self
-
failed()
: self
-
getName()
: string
-
getSemantic()
: string
-
read()
: self
-
sending()
: self
-
sent()
: self
CODE_DELIVERED
public
mixed
CODE_DELIVERED
= 'delivered'
CODE_FAILED
public
mixed
CODE_FAILED
= 'failed'
CODE_READ
public
mixed
CODE_READ
= 'read'
CODE_SENDING
public
mixed
CODE_SENDING
= 'sending'
CODE_SENT
public
mixed
CODE_SENT
= 'sent'
SEMANTIC_FAILURE
public
mixed
SEMANTIC_FAILURE
= 'failure'
SEMANTIC_SUCCESS
public
mixed
SEMANTIC_SUCCESS
= 'success'
__construct()
public
__construct(string $code) : mixed
Parameters
-
$code
: string
-
delivered()
public
static delivered() : self
failed()
public
static failed() : self
getName()
public
getName() : string
getSemantic()
public
getSemantic() : string
read()
public
static read() : self
sending()
public
static sending() : self
sent()
public
static sent() : self