TestType
extends BaseComponent
in package
Table of Contents
Properties
- $id : int|null
- $sub_tests : array<string|int, SubTest>|null
- $test_name : string|null
- $fields : array<string|int, string>
Properties
$id
public
int|null
$id
The Test Score Id
$sub_tests
public
array<string|int, SubTest>|null
$sub_tests
List of Subtests
$test_name
public
string|null
$test_name
The Test Type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "sub_tests" => "\\Blackbaud\\SKY\\School\\Components\\SubTest[]", "test_name" => "string"]