UserAdminCustomField
extends BaseComponent
in package
UserAdminCustomField
Tags
Table of Contents
Properties
- $first_name : string|null
- $id : int|null
- $last_name : string|null
- $preferred_last_name : string|null
- $preferred_name : string|null
- $fields : array<string|int, string>
Properties
$first_name
public
string|null
$first_name
The first name of a user
$id
public
int|null
$id
User Id
$last_name
public
string|null
$last_name
The last name of a user
$preferred_last_name
public
string|null
$preferred_last_name
Preferred Last Name
$preferred_name
public
string|null
$preferred_name
Preferred Name
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "first_name" => "string", "last_name" => "string", "preferred_name" => "string", "custom_fields" => "\\Blackbaud\\SKY\\School\\Components\\CustomAdminField[]", "preferred_last_name" => "string"]