Table of Contents
Constants
-
DATA_ASSOC
= ['firstName' => ['first_name'], 'lastName' => ['last_name'], 'passwordConfirm' => ['password_confirm']]
Properties
-
$email
: mixed
-
$firstName
: mixed
-
$language
: mixed
-
$lastName
: mixed
-
$password
: mixed
-
$passwordConfirm
: mixed
-
$phoneCode
: mixed
-
$phoneNumber
: mixed
-
$token
: mixed
Methods
-
__construct()
: mixed
DATA_ASSOC
public
mixed
DATA_ASSOC
= ['firstName' => ['first_name'], 'lastName' => ['last_name'], 'passwordConfirm' => ['password_confirm']]
$email
public
mixed
$email
$firstName
public
mixed
$firstName
$language
public
mixed
$language
$lastName
public
mixed
$lastName
$password
public
mixed
$password
$passwordConfirm
public
mixed
$passwordConfirm
$phoneCode
public
mixed
$phoneCode
$phoneNumber
public
mixed
$phoneNumber
$token
public
mixed
$token
__construct()
public
__construct([array<string|int, mixed> $data = [] ]) : mixed
Parameters
-
$data
: array<string|int, mixed>
= []
-