Teacher
extends BaseComponent
in package
Academic Teacher Model
Table of Contents
Properties
- $cell_phone : string|null
- $email : string|null
- $firstname : string|null
- $formatted_name : string|null
- $head : bool|null
- $id : int|null
- $lastname : string|null
- $name : string|null
- $preferred_name : string|null
- $fields : array<string|int, string>
Properties
$cell_phone
public
string|null
$cell_phone
The teacher's cellular phone
public
string|null
$email
The teacher's email address
$firstname
public
string|null
$firstname
The first name of the teacher
$formatted_name
public
string|null
$formatted_name
The formatted name of the teacher. If the teacher has a preferred name, it is used in place of the first name.
$head
public
bool|null
$head
The head teacher indicator
$id
public
int|null
$id
The user ID for the teacher
$lastname
public
string|null
$lastname
The last name of the teacher
$name
public
string|null
$name
The firstname and lastname of the teacher
$preferred_name
public
string|null
$preferred_name
The teachers preferred name
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "head" => "bool", "name" => "string", "firstname" => "string", "lastname" => "string", "preferred_name" => "string", "formatted_name" => "string", "email" => "string", "cell_phone" => "string"]