AttendanceTypes
extends BaseComponent
in package
Table of Contents
Properties
Properties
$absence
public
int
$absence
Individual was absent
$present
public
int
$present
Individual was present
$tardy
public
int
$tardy
Individual was tardy
$fields
protected
static array<string|int, string>
$fields
= ["present" => "int", "absence" => "int", "tardy" => "int"]