EnrollmentChangeAudit
extends BaseComponent
in package
Table of Contents
Properties
- $action : string|null
- $course_code : string|null
- $modified_by : int|null
- $modified_date_time : string|null
- $section_id : int|null
- $section_name : string|null
- $fields : array<string|int, string>
Properties
$action
public
string|null
$action
The action that was taken. Values can ve either Inserted, Updated, or Deleted
$course_code
public
string|null
$course_code
The course code
$modified_by
public
int|null
$modified_by
the Id of the user who modified the enrollment record
$modified_date_time
public
string|null
$modified_date_time
The date/tim the change was made
$section_id
public
int|null
$section_id
The Id of the section
$section_name
public
string|null
$section_name
The name of the section
$fields
protected
static array<string|int, string>
$fields
= ["section_id" => "int", "course_code" => "string", "section_name" => "string", "modified_date_time" => "string", "modified_by" => "int", "action" => "string"]