Concentration
extends BaseComponent
in package
Table of Contents
Properties
- $abbreviation : string|null
- $id : int
- $name : string|null
- $fields : array<string|int, string>
Properties
$abbreviation
public
string|null
$abbreviation
The abbreviation of the Degree, Major, Minor, or Concentration
$id
public
int
$id
The Id of the Degree, Major, Minor, or Concentration
$name
public
string|null
$name
The name of the Degree, Major, Minor, or Concentration
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string", "abbreviation" => "string"]