UserBaseRead
extends BaseComponent
in package
UserBaseRead Model
Table of Contents
Properties
- $email : string|null
- $first_name : string|null
- $id : int|null
- $last_name : string|null
- $maiden_name : string|null
- $middle_name : string|null
- $preferred_last_name : string|null
- $preferred_name : string|null
- $prefix : string|null
- $suffix : string|null
- $fields : array<string|int, string>
Properties
public
string|null
$email
The email address of a user
$first_name
public
string|null
$first_name
The first name of a user
$id
public
int|null
$id
The ID associated with a user
$last_name
public
string|null
$last_name
The last name of a user
$maiden_name
public
string|null
$maiden_name
The maiden name of a user
$middle_name
public
string|null
$middle_name
The middle name of a user
$preferred_last_name
public
string|null
$preferred_last_name
The preferred last name of a user
$preferred_name
public
string|null
$preferred_name
The nickname of a user
$prefix
public
string|null
$prefix
The prefix of a user
$suffix
public
string|null
$suffix
The suffix of a user
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "email" => "string", "first_name" => "string", "last_name" => "string", "maiden_name" => "string", "middle_name" => "string", "preferred_name" => "string", "preferred_last_name" => "string", "prefix" => "string", "suffix" => "string"]