Documentation

EmergencyContactUserCreate extends BaseComponent
in package

Used to create an emergency contact for a user.

Table of Contents

Properties

$automated_email  : int
$call_dialer  : int
$email  : string|null
$phone_number  : string|null
$fields  : array<string|int, string>

Properties

$automated_email

public int $automated_email

The value to be used for the automated email field. 0 = Never, 1 = Every Time, 2 = Emergency Only

$call_dialer

public int $call_dialer

The value to be used for the automated call dialer field. 0 = Never, 1 = Every Time, 2 = Emergency Only

$fields

protected static array<string|int, string> $fields = ["automated_email" => "int", "call_dialer" => "int", "email" => "string", "phone_number" => "string"]

        
On this page

Search results