Documentation

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

$modified_by

public int|null $modified_by

the Id of the user who modified the enrollment record

$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"]

        
On this page

Search results