EmergencyContactPhone
extends BaseComponent
in package
Emergency Contact Phone Model
Table of Contents
Properties
- $call_dialer : string|null
- $contact_id : int
- $first_name : string|null
- $id : int
- $last_name : string|null
- $phone_id : int
- $phone_index_id : int
- $phone_number : string|null
- $phone_type : string|null
- $relationship : string|null
- $relationship_id : int
- $relationship_user_id : int
- $sort_order : int|null
- $user_contact_id : int
- $fields : array<string|int, string>
Properties
$call_dialer
public
string|null
$call_dialer
Call dialer
$contact_id
public
int
$contact_id
Contact ID
$first_name
public
string|null
$first_name
The first name of the emergency contact
$id
public
int
$id
Emergency contact phone ID
$last_name
public
string|null
$last_name
The last name of the emergency contact
$phone_id
public
int
$phone_id
Phone ID
$phone_index_id
public
int
$phone_index_id
Phone index ID
$phone_number
public
string|null
$phone_number
Phone number
$phone_type
public
string|null
$phone_type
Phone type
$relationship
public
string|null
$relationship
The relationship of the emergency contact to the user
$relationship_id
public
int
$relationship_id
The relationship ID of the emergency contact to the user
$relationship_user_id
public
int
$relationship_user_id
The user ID of the emergency contact
$sort_order
public
int|null
$sort_order
Sort order
$user_contact_id
public
int
$user_contact_id
User contact ID
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "call_dialer" => "string", "contact_id" => "int", "first_name" => "string", "last_name" => "string", "phone_id" => "int", "phone_index_id" => "int", "phone_number" => "string", "phone_type" => "string", "relationship" => "string", "relationship_id" => "int", "relationship_user_id" => "int", "sort_order" => "int", "user_contact_id" => "int"]