Documentation

Student extends BaseComponent
in package

Student Model

Table of Contents

Properties

$id  : int
$name  : string|null
$fields  : array<string|int, string>

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"]

        
On this page

Search results