MessageSendResponse
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$errorText
: string
-
$isSuccess
: bool
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$errorText
read-only
public
string
$errorText
= ''
$isSuccess
read-only
public
bool
$isSuccess
__construct()
public
__construct(bool $isSuccess[, string $errorText = '' ]) : mixed
Parameters
-
$isSuccess
: bool
-
-
$errorText
: string
= ''
-
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>