Documentation

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

$field

public string|null $field

The field the major was received in

$grad_year

public string|null $grad_year

The graduation year. ex. 2017

$major

public string|null $major

The major course(s) of study

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

        
On this page

Search results