Documentation

ChildOfParent extends BaseComponent
in package

UserRead Model

Table of Contents

Properties

$current_grade  : string|null
$email  : string|null
$first_name  : string|null
$grad_year  : string|null
$id  : int|null
$last_name  : string|null
$middle_name  : string|null
$nick_name  : string|null
$preferred_last_name  : string|null
$preferred_name  : string|null
$prefix  : string|null
$student_is_active  : bool|null
$suffix  : string|null
$fields  : array<string|int, string>

Properties

$current_grade

public string|null $current_grade

The current grade of a user

$first_name

public string|null $first_name

The first name of a user

$grad_year

public string|null $grad_year

The grad year of a user

$last_name

public string|null $last_name

The last name of a user

$middle_name

public string|null $middle_name

The middle name of a user

$nick_name

public string|null $nick_name

The nickname of a user This field will be deprecated after 90 days.

$preferred_last_name

public string|null $preferred_last_name

The preferred last name of the user

$preferred_name

public string|null $preferred_name

The preferred name of the user

$student_is_active

public bool|null $student_is_active

Indicates if the user is an active student

$fields

protected static array<string|int, string> $fields = ["id" => "int", "student_is_active" => "bool", "current_grade" => "string", "grad_year" => "string", "email" => "string", "first_name" => "string", "last_name" => "string", "middle_name" => "string", "nick_name" => "string", "preferred_name" => "string", "prefix" => "string", "suffix" => "string", "preferred_last_name" => "string"]

        
On this page

Search results