Advisor
extends BaseComponent
in package
Advisor Model
Table of Contents
Properties
Properties
$head
public
bool|null
$head
The head advisor indicator
$id
public
int|null
$id
The user ID for the advisor
$name
public
string|null
$name
The firstname and lastname of the advisor
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "head" => "bool", "name" => "string"]