CandidateCreate
extends BaseComponent
in package
Candidate Create
Table of Contents
Properties
- $checklist_id : int
- $entering_grade_id : int
- $entering_year : string
- $user_id : int
- $fields : array<string|int, string>
Properties
$checklist_id
public
int
$checklist_id
ID of the checklist to be updated as part of candidates creation
$entering_grade_id
public
int
$entering_grade_id
The ID for the grade in which the candidate is entering
$entering_year
public
string
$entering_year
The year for which the user is a candidate
$user_id
public
int
$user_id
ID for the user to be added as a candidate.
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "entering_year" => "string", "entering_grade_id" => "int", "checklist_id" => "int"]