Student
extends BaseComponent
in package
Student Model
Table of Contents
Properties
Properties
$id
public
int
$id
The ID of the student
$name
public
string|null
$name
The name of the student
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "name" => "string"]