Documentation

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

$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"]

        
On this page

Search results