EmployeeDepartmentsEditModel
extends BaseComponent
in package
Table of Contents
Properties
- $department_id : int
- $is_chair : bool|null
- $fields : array<string|int, string>
Properties
$department_id
public
int
$department_id
The ID of the department
$is_chair
public
bool|null
$is_chair
Set to true if the employee is the department chair. Sets value to false if not included.
$fields
protected
static array<string|int, string>
$fields
= ["department_id" => "int", "is_chair" => "bool"]