EmployeeDepartmentsInfoModel
extends BaseComponent
in package
Table of Contents
Properties
- $description : string|null
- $id : int
- $is_chair : bool
- $fields : array<string|int, string>
Properties
$description
public
string|null
$description
The description of the role
$id
public
int
$id
The ID of the role
$is_chair
public
bool
$is_chair
True if user chairs of the department
$fields
protected
static array<string|int, string>
$fields
= ["is_chair" => "bool", "id" => "int", "description" => "string"]