EducationRead
extends BaseComponent
in package
EducationRead Model
Table of Contents
Properties
- $degree : string|null
- $field : string|null
- $grad_year : string|null
- $id : int
- $major : string|null
- $school : string|null
- $sort_order : int|null
- $fields : array<string|int, string>
Properties
$degree
public
string|null
$degree
The degree recieved
$field
public
string|null
$field
The field the major was received in
$grad_year
public
string|null
$grad_year
The graduation year. ex. 2017
$id
public
int
$id
The ID of the education
$major
public
string|null
$major
The major course(s) of study
$school
public
string|null
$school
The school name
$sort_order
public
int|null
$sort_order
The order the education appears in the UI
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "degree" => "string", "field" => "string", "grad_year" => "string", "major" => "string", "school" => "string", "sort_order" => "int"]