Documentation

Resident extends BaseComponent
in package

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>

Properties

$building_id

public int|null $building_id

$date_of_birth

public string|null $date_of_birth

$first_name

public string|null $first_name

$middle_name

public string|null $middle_name

$resident_from_date

public string|null $resident_from_date

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

        
On this page

Search results