UserDegreeOutputModel
extends BaseComponent
in package
Tags
Table of Contents
Properties
- $first_name : string|null
- $last_name : string|null
- $preferred_name : string|null
- $user_id : int
- $fields : array<string|int, string>
Properties
$first_name
public
string|null
$first_name
$last_name
public
string|null
$last_name
$preferred_name
public
string|null
$preferred_name
$user_id
public
int
$user_id
The Id of the user for whom this data belongs
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "first_name" => "string", "last_name" => "string", "preferred_name" => "string", "student_degrees" => "\\Blackbaud\\SKY\\School\\Components\\DegreeOutputModel[]"]