PhoneToUserStatusDto
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
-
$countryCode
: string|null
-
$formattedPhone
: string|null
-
$inviteStatus
: string
-
$isValidPhoneNumber
: bool
-
$phone
: string
-
$userId
: int|null
Methods
-
__construct()
: mixed
-
jsonSerialize()
: array<string|int, mixed>
$countryCode
read-only
public
string|null
$countryCode
public
string|null
$formattedPhone
$inviteStatus
read-only
public
string
$inviteStatus
$isValidPhoneNumber
read-only
public
bool
$isValidPhoneNumber
$phone
read-only
public
string
$phone
$userId
read-only
public
int|null
$userId
__construct()
public
__construct(string $phone, string|null $countryCode, string $inviteStatus, bool $isValidPhoneNumber, string|null $formattedPhone, int|null $userId) : mixed
Parameters
-
$phone
: string
-
-
$countryCode
: string|null
-
-
$inviteStatus
: string
-
-
$isValidPhoneNumber
: bool
-
-
$formattedPhone
: string|null
-
-
$userId
: int|null
-
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>