PhoneRead
extends BaseComponent
in package
PhoneRead Model
Table of Contents
Properties
- $id : int
- $index_id : int|null
- $links : array<string|int, PhoneTypeLink>|null
- $number : string|null
- $phone_type : string|null
- $type_id : int|null
- $user_id : int|null
- $fields : array<string|int, string>
Properties
$id
public
int
$id
The ID of the phone number
$index_id
public
int|null
$index_id
The Index ID of the phone number
$links
public
array<string|int, PhoneTypeLink>|null
$links
Returns each instance of a phone type for each relationship to the user
$number
public
string|null
$number
The phone number
$phone_type
public
string|null
$phone_type
The 'Type' of the phone number
$type_id
public
int|null
$type_id
The type ID of a phone number; the type ID corresponds with the type of phone number (ex. Cell, Work, Home)
$user_id
public
int|null
$user_id
The ID of the user the phone number belongs to
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "phone_type" => "string", "index_id" => "int", "links" => "\\Blackbaud\\SKY\\School\\Components\\PhoneTypeLink[]", "number" => "string", "type_id" => "int", "user_id" => "int"]