Documentation

AttendanceGet extends BaseComponent
in package

Attendance Model

Table of Contents

Properties

$attendance_of_record  : bool
$attendance_type  : bool
$block_name  : string|null
$comment  : string|null
$date  : string|null
$excuse_category_description  : string|null
$excuse_category_id  : int
$excuse_description  : string|null
$excuse_type_id  : int
$excused  : int
$grad_year  : string|null
$grade  : string|null
$grade_level_sort  : int
$group_name  : string|null
$id  : int
$photo_file_name  : string|null
$section  : string|null
$section_id  : int
$student_name  : string|null
$student_user_id  : int
$teacher_name  : string|null
$fields  : array<string|int, string>

Properties

$attendance_of_record

public bool $attendance_of_record

Attendance of record

$attendance_type

public bool $attendance_type

The type of the attendance

$block_name

public string|null $block_name

The name of the block

$comment

public string|null $comment

Attendance record comment

$date

public string|null $date

The date of the attendance record. Uses ISO-8601 (24H) format: 2003-04-21T10:29:43

$excuse_category_description

public string|null $excuse_category_description

The category description of the excuse

$excuse_category_id

public int $excuse_category_id

The category of the excuse

$excuse_description

public string|null $excuse_description

The description of the excuse

$excuse_type_id

public int $excuse_type_id

The type of the excuse

$grad_year

public string|null $grad_year

The graduation year of the student

$grade_level_sort

public int $grade_level_sort

Grade level sort order

$photo_file_name

public string|null $photo_file_name

The phone file name

$student_name

public string|null $student_name

The name of the student

$student_user_id

public int $student_user_id

The student user ID

$teacher_name

public string|null $teacher_name

The name of the teacher

$fields

protected static array<string|int, string> $fields = ["id" => "int", "attendance_of_record" => "bool", "attendance_type" => "bool", "block_name" => "string", "comment" => "string", "date" => "string", "excuse_category_description" => "string", "excuse_category_id" => "int", "excuse_description" => "string", "excuse_type_id" => "int", "excused" => "int", "grad_year" => "string", "grade" => "string", "grade_level_sort" => "int", "group_name" => "string", "photo_file_name" => "string", "section" => "string", "section_id" => "int", "student_name" => "string", "student_user_id" => "int", "teacher_name" => "string"]

        
On this page

Search results