EducationAdd
extends BaseComponent
in package
EducationAdd Model
Table of Contents
Properties
- $degree : string|null
- $field : string|null
- $grad_year : int|null
- $major : string|null
- $school : string
- $sort_order : int|null
- $fields : array<string|int, string>
Properties
$degree
public
string|null
$degree
The degree or diploma earned.
$field
public
string|null
$field
The field of study at the school.
$grad_year
public
int|null
$grad_year
The graduation year.
$major
public
string|null
$major
The major declared for the degree.
$school
public
string
$school
The name of the school.
$sort_order
public
int|null
$sort_order
The order to list the school.
$fields
protected
static array<string|int, string>
$fields
= ["school" => "string", "degree" => "string", "major" => "string", "field" => "string", "grad_year" => "int", "sort_order" => "int"]