Documentation

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

$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

$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"]

        
On this page

Search results