FacultyEmploymentRead
extends BaseComponent
in package
FacultyEmploymentRead model
Table of Contents
Properties
- $date_appointed : string|null
- $date_departed : string|null
- $departments : string|null
- $employee_roles : string|null
- $first_name : string|null
- $grade_levels : string|null
- $last_name : string|null
- $main_sports : string|null
- $school_levels : string|null
- $user_id : int|null
- $fields : array<string|int, string>
Properties
$date_appointed
public
string|null
$date_appointed
The date user was appointed
$date_departed
public
string|null
$date_departed
Date the user departed (if they have departed)
$departments
public
string|null
$departments
A comma delimited list of departments this user is associated with.
$employee_roles
public
string|null
$employee_roles
A comma delimited list of employee roles this user is associated with.
$first_name
public
string|null
$first_name
The users first name
$grade_levels
public
string|null
$grade_levels
A comma delimited list of grade levels this user is associated with.
$last_name
public
string|null
$last_name
The users last name
$main_sports
public
string|null
$main_sports
A comma delimited list of sports this user is associated with.
$school_levels
public
string|null
$school_levels
A comma delimited list of schools this user is associated with.
$user_id
public
int|null
$user_id
The users Id
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "first_name" => "string", "last_name" => "string", "date_appointed" => "string", "date_departed" => "string", "school_levels" => "string", "employee_roles" => "string", "departments" => "string", "grade_levels" => "string", "main_sports" => "string"]