EmployeeRolesInfoModel
extends BaseComponent
in package
Employee Roles Info Model
Table of Contents
Properties
- $base_role : IdDescriptorField
- $description : string|null
- $id : int
- $fields : array<string|int, string>
Properties
$base_role
public
IdDescriptorField
$base_role
$description
public
string|null
$description
The description of the role
$id
public
int
$id
The ID of the role
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "description" => "string", "base_role" => "\\Blackbaud\\SKY\\School\\Components\\IdDescriptorField"]