EnrollmentChanges
extends BaseComponent
in package
Enrollment Changes Model
Tags
Table of Contents
Properties
- $first_name : string|null
- $id : int|null
- $last_name : string|null
- $preferred_name : string|null
- $fields : array<string|int, string>
Properties
$first_name
public
string|null
$first_name
$id
public
int|null
$id
The ID of the student
$last_name
public
string|null
$last_name
$preferred_name
public
string|null
$preferred_name
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "preferred_name" => "string", "first_name" => "string", "last_name" => "string", "changes" => "\\Blackbaud\\SKY\\School\\Components\\EnrollmentChangeAudit[]"]