AssignmentType
extends BaseComponent
in package
Assignment Type Model
Table of Contents
Properties
- $id : int|null
- $name : string|null
- $percentage : string|null
- $weight : float|null
- $fields : array<string|int, string>
Properties
$id
public
int|null
$id
The ID for the assignment type
$name
public
string|null
$name
The name of the assignment type
$percentage
public
string|null
$percentage
The calculated percentage for the assignment type for this section
$weight
public
float|null
$weight
The weight applied to the assignment type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "percentage" => "string", "weight" => "float"]