Resident
extends BaseComponent
Table of Contents
Properties
-
$building_id
: int|null
-
$date_of_birth
: string|null
-
$display
: string|null
-
$first_name
: string|null
-
$is_admin
: bool|null
-
$is_head
: bool|null
-
$last_name
: string|null
-
$middle_name
: string|null
-
$nick_name
: string|null
-
$owner_type
: int|null
-
$prefix
: string|null
-
$resident_from_date
: string|null
-
$room_id
: int|null
-
$section_id
: int|null
-
$student_info
: array<string|int, DormStudentInfo>|null
-
$suffix
: string|null
-
$user_id
: int|null
-
$fields
: array<string|int, string>
$building_id
public
int|null
$building_id
$date_of_birth
public
string|null
$date_of_birth
$display
public
string|null
$display
$first_name
public
string|null
$first_name
$is_admin
public
bool|null
$is_admin
$is_head
public
bool|null
$is_head
$last_name
public
string|null
$last_name
$middle_name
public
string|null
$middle_name
$nick_name
public
string|null
$nick_name
$owner_type
public
int|null
$owner_type
$prefix
public
string|null
$prefix
$resident_from_date
public
string|null
$resident_from_date
$room_id
public
int|null
$room_id
$section_id
public
int|null
$section_id
$student_info
public
array<string|int, DormStudentInfo>|null
$student_info
$suffix
public
string|null
$suffix
$user_id
public
int|null
$user_id
$fields
protected
static array<string|int, string>
$fields
= ["building_id" => "int", "is_admin" => "bool", "is_head" => "bool", "owner_type" => "int", "resident_from_date" => "string", "room_id" => "int", "section_id" => "int", "user_id" => "int", "first_name" => "string", "last_name" => "string", "nick_name" => "string", "prefix" => "string", "suffix" => "string", "middle_name" => "string", "display" => "string", "date_of_birth" => "string", "student_info" => "\\Blackbaud\\SKY\\School\\Components\\DormStudentInfo[]"]